From: Martin Hermant Date: Mon, 29 May 2017 14:46:34 +0000 (-0400) Subject: wscript : remove emscripten default -Oz flag X-Git-Tag: 0.4.6~52^2~25 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=195ecf2b9a52eced971e3e5eb6f89fc2268a9cd1;p=aubio.git wscript : remove emscripten default -Oz flag --- 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