diff options
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ env.Append(CCFLAGS = ['-std=c99', '-D_GNU_SOURCE', '-pthread']) if GetOption('release'): env.Append(CCFLAGS = ['-O2']) else: - env.Append(CCFLAGS = ['-g']) + env.Append(CCFLAGS = ['-Wall', '-g']) env.Append(LINKFLAGS = ['-pthread']) env.ParseConfig('pkg-config --cflags --libs libconfig') |