From 11dbf2aab3e9a65148a40ac6b5b1124929344c1a Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 26 Apr 2016 18:10:13 +0100 Subject: Fix a bunch of compiler warnings, and turn on warnings. --- javascript/build.py | 1 + 1 file changed, 1 insertion(+) (limited to 'javascript') diff --git a/javascript/build.py b/javascript/build.py index fb58a2c..f253acb 100755 --- a/javascript/build.py +++ b/javascript/build.py @@ -45,6 +45,7 @@ optimize_opts = os.environ.get("OPTIMIZE_FLAGS", "-O3") compile_args = [emcc] compile_args += optimize_opts.split() +compile_args += ["-Wall"] compile_args += """ -Iinclude -Ilib -- cgit v1.2.3