aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-31 19:09:32 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-31 19:09:32 -0800
commit1204c42f4f7f5b5658fce74e0e29e0f09ca44029 (patch)
treed57a7991baea412aebfb3bb354808c7ca1d6cf09 /tools/shared.py
parent88c3f163048d7f9107f314c98fc94abc9271d641 (diff)
fix usage of llvm opt level in emcc, and test_emcc fixes
Diffstat (limited to 'tools/shared.py')
-rw-r--r--tools/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py
index 1f184de7..2436c02d 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -553,7 +553,7 @@ class Building:
opts.append('-O%d' % optimization_level)
else:
opts.append('-std-compile-opts')
- print '[unsafe: %s]' % ','.join(opts)
+ #print '[unsafe: %s]' % ','.join(opts)
else:
allow_nonportable = not safe
optimize_size = True