shithub: aubio

Download patch

ref: 195ecf2b9a52eced971e3e5eb6f89fc2268a9cd1
parent: 1539d4b56fd0df54fee6b06239bb720fea9a2975
author: Martin Hermant <martin.hermant@gmail.com>
date: Mon May 29 06:46:34 EDT 2017

wscript : remove emscripten default -Oz flag

--- a/wscript
+++ b/wscript
@@ -228,7 +228,6 @@
     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