Skip to content

Commit

Permalink
Don't overwrite CFLAGS if already set
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Apr 21, 2021
1 parent 6234b24 commit ab1a531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ default: lrs
INCLUDEDIR = /usr/local/include
LIBDIR = /usr/local/lib

CFLAGS = -O3 -Wall
CFLAGS ?= -O3 -Wall
#CFLAGS = -g -Wall

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

0 comments on commit ab1a531

Please # to comment.