Skip to content

Commit

Permalink
Compile with debug information on
Browse files Browse the repository at this point in the history
  • Loading branch information
zsugabubus committed Dec 11, 2019
1 parent 7f22001 commit 7e4c8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CFLAGS += -std=c99 -O3 -Wall -Wextra -Werror -Wno-type-limits
CFLAGS += -std=c99 -O3 -g -Wall -Wextra -Werror -Wno-type-limits
TIMEOUT ?= 10

CONFIG_DIR ?= default
Expand Down

0 comments on commit 7e4c8f2

Please sign in to comment.