From 195ecf2b9a52eced971e3e5eb6f89fc2268a9cd1 Mon Sep 17 00:00:00 2001 From: Martin Hermant Date: Mon, 29 May 2017 10:46:34 -0400 Subject: [PATCH] wscript : remove emscripten default -Oz flag --- wscript | 1 - 1 file changed, 1 deletion(-) diff --git a/wscript b/wscript index e630327d..91d4ebe3 100644 --- a/wscript +++ b/wscript @@ -228,7 +228,6 @@ def configure(ctx): if target_platform == 'emscripten': import os.path ctx.env.CFLAGS += [ '-I' + os.path.join(os.environ['EMSCRIPTEN'], 'system', 'include') ] - ctx.env.CFLAGS += ['-Oz'] ctx.env.cprogram_PATTERN = "%s.js" if (ctx.options.enable_atlas != True): ctx.options.enable_atlas = False -- 2.11.0