diff options
| author | Alon Zakai <alonzakai@gmail.com> | 2013-10-09 15:26:46 -0400 | 
|---|---|---|
| committer | Alon Zakai <alonzakai@gmail.com> | 2013-10-09 15:26:46 -0400 | 
| commit | 7e5d2a672c8ad58cb20fbd4d10e2729851da39be (patch) | |
| tree | ba2e21257aef176a0583f55d1c21b50188db657e /tools/shared.py | |
| parent | ce14f4f22d4dbfa0feed2e22bb5ba9a6defaa823 (diff) | |
use aliasing function pointers in -O1
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  | 
