diff options
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index 63397f98..c816f091 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -759,7 +759,6 @@ class Settings2(type): self.attrs['ASSERTIONS'] = 0 self.attrs['DISABLE_EXCEPTION_CATCHING'] = 1 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 |