From fd70e5e5113372c73cde7945107d7c7ae7f75f39 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 15 Jul 2012 16:30:10 -0600 Subject: [PATCH] wscript: added -Wall -Wextra flags --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index a00a5fc8..bf39701b 100644 --- a/wscript +++ b/wscript @@ -60,7 +60,7 @@ def configure(ctx): ctx.check_tool('compiler_c') ctx.check_tool('gnu_dirs') # helpful for autotools transition and .pc generation ctx.load('waf_unit_test') - ctx.env.CFLAGS = ['-g'] + ctx.env.CFLAGS = ['-g', '-Wall', '-Wextra'] if Options.options.target_platform: Options.platform = Options.options.target_platform -- 2.26.2