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 b788936 commit 6ea9445Copy full SHA for 6ea9445
makefile
@@ -27,7 +27,7 @@ OPTIMIZATION=-O3 -DNDEBUG -DNODEBUG
27
DEBUG_CFLAGS:=$(CFLAGS) -O0 -DDEBUG=1 -fno-builtin $(WARNINGS) -I$(SRC_DIR) -I.
28
# CFLAGS in production mode.
29
CFLAGS+=$(OPTIMIZATION) $(WARNINGS) -I$(SRC_DIR) -I.
30
-LDFLAGS+=-lm
+LDFLAGS+= -lm
31
32
# Main executable
33
PROJECT = $(BUILD_DIR)/$(NAME)
@@ -89,7 +89,7 @@ lint:
89
90
set_debug_flags:
91
$(eval CFLAGS=$(DEBUG_CFLAGS))
92
- @echo "Debug mode detected. Set CFLAGS to $(CFLAGS)"
+ @echo "(!) Debug mode detected."
93
94
db/%: | clean set_debug_flags % ;
95
%/db: | clean set_debug_flags % ;
0 commit comments