Skip to content

Commit b752f5c

Browse files
committed
Remove the -g compiler flags
1 parent 7eca37b commit b752f5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ INC_FLAGS := $(addprefix -I,$(INC_DIRS))
2121

2222
# The -MMD and -MP flags together generate Makefiles for us!
2323
# These files will have .d instead of .o as the output.
24-
CFLAGS := $(INC_FLAGS) -MMD -MP -O3 -g
24+
CFLAGS := $(INC_FLAGS) -MMD -MP -O3
2525
LDFLAGS := -static
2626

2727
# The final build step.

0 commit comments

Comments
 (0)