aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
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 1862af14..63397f98 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -758,8 +758,8 @@ class Settings2(type):
self.attrs['ASM_JS'] = 1
self.attrs['ASSERTIONS'] = 0
self.attrs['DISABLE_EXCEPTION_CATCHING'] = 1
- if opt_level >= 2:
self.attrs['RELOOP'] = 1
+ if opt_level >= 2:
self.attrs['ALIASING_FUNCTION_POINTERS'] = 1
if opt_level >= 3:
# Aside from these, -O3 also runs closure compiler and llvm lto