diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-29 19:39:34 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-29 19:39:34 -0800 |
commit | 242bc369bdc06641e0811b474287c8a31fe9ffc9 (patch) | |
tree | 9e485687ebafba6292570425cf28a0507f168113 /tools/shared.py | |
parent | 8efbb37510e08619735217ea6690461d6fd9969e (diff) |
enable poppler in o1 and o2, and some test_emcc fixes
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/shared.py b/tools/shared.py index 81c7fcf8..14f55221 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -540,7 +540,6 @@ class Building: llvm-as < /dev/null | opt -std-compile-opts -disable-output -debug-pass=Arguments ''' safe = Settings.USE_TYPED_ARRAYS != 2 or Settings.BUILD_AS_SHARED_LIB or Settings.LINKABLE - print 'LLVM opts, safe?', safe opts = [] if optimization_level > 0: if not safe: @@ -548,7 +547,6 @@ class Building: #opts.append('-O%d' % optimization_level) opts.append('-std-compile-opts') opts.append('-std-link-opts') - print 'Unsafe:', opts else: allow_nonportable = not safe optimize_size = True |