1
0
forked from Mirror/wren

Allow better debugging

This will ensure that we have better output when running `wren` under
{g,ll}db.
This commit is contained in:
Paul Woolcock
2015-01-12 10:01:34 -05:00
parent 1d9445d9bc
commit d74e11b80e

View File

@ -2,7 +2,7 @@ AR = ar rcu
# Compiler flags.
CFLAGS = -std=c99 -Wall -Werror
# TODO: Add -Wextra.
DEBUG_CFLAGS = -O0 -DDEBUG
DEBUG_CFLAGS = -O0 -DDEBUG -g
RELEASE_CFLAGS = -Os
# Files.