summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 5bc30a3..1f20d54 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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')