We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6234b24 commit ab1a531Copy full SHA for ab1a531
makefile
@@ -35,7 +35,7 @@ default: lrs
35
INCLUDEDIR = /usr/local/include
36
LIBDIR = /usr/local/lib
37
38
-CFLAGS = -O3 -Wall
+CFLAGS ?= -O3 -Wall
39
#CFLAGS = -g -Wall
40
41
#use this if you want only output file contain data between begin/end lines
0 commit comments