We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eca37b commit b752f5cCopy full SHA for b752f5c
1 file changed
Makefile
@@ -21,7 +21,7 @@ INC_FLAGS := $(addprefix -I,$(INC_DIRS))
21
22
# The -MMD and -MP flags together generate Makefiles for us!
23
# These files will have .d instead of .o as the output.
24
-CFLAGS := $(INC_FLAGS) -MMD -MP -O3 -g
+CFLAGS := $(INC_FLAGS) -MMD -MP -O3
25
LDFLAGS := -static
26
27
# The final build step.
0 commit comments