diff options
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 2 |
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 |