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 41d7c1c commit 2a16fadCopy full SHA for 2a16fad
src/Makefile
@@ -33,7 +33,8 @@ LIB=-lcurl -ljansson
33
34
# Maximum configuration file size length; allocate on the stack; check errors
35
# Report all warnings, treat warnings as errors
36
-CFLAGS=-DINI_MAX_LINE=2048 -DINI_USE_STACK=0 -DINI_ALLOW_REALLOC=1 -DINI_STOP_ON_FIRST_ERROR=1 -Wall -Werror -L/usr/local/lib
+CFLAGS=-DINI_MAX_LINE=2048 -DINI_USE_STACK=0 -DINI_ALLOW_REALLOC=1 -DINI_STOP_ON_FIRST_ERROR=1 -Wall -Werror
37
+LDFLAGS=-L/usr/local/lib
38
39
# Help: Set DEBUG=1 to compile with debug information.
40
ifdef DEBUG
0 commit comments