diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ LUADIR = ./lua/ | |||
3 | 3 | ||
4 | # COPT = -O2 -DNDEBUG | 4 | # COPT = -O2 -DNDEBUG |
5 | # COPT = -g | 5 | # COPT = -g |
6 | COPT = -DLPEG_DEBUG -g | 6 | COPT = -O0 -DLPEG_DEBUG -g |
7 | 7 | ||
8 | CWARNS = -Wall -Wextra -pedantic \ | 8 | CWARNS = -Wall -Wextra -pedantic \ |
9 | -Waggregate-return \ | 9 | -Waggregate-return \ |