diff options
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,5 +3,5 @@ PREFIX = /usr/local BINDIR = ${PREFIX}/bin MANDIR = ${PREFIX}/share/man -CFLAGS = -O3 -std=c99 -pedantic -Wall -#CC = cc +CFLAGS = -O3 -std=c99 +DEBUG = -O0 -std=c99 -Wall -pedantic -g -DDEBUG |