Skip to content

Commit ab1a531

Browse files
committed
Don't overwrite CFLAGS if already set
1 parent 6234b24 commit ab1a531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ default: lrs
3535
INCLUDEDIR = /usr/local/include
3636
LIBDIR = /usr/local/lib
3737

38-
CFLAGS = -O3 -Wall
38+
CFLAGS ?= -O3 -Wall
3939
#CFLAGS = -g -Wall
4040

4141
#use this if you want only output file contain data between begin/end lines

0 commit comments

Comments
 (0)