diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-30 15:20:53 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-10-03 10:57:33 -0700 |
commit | 4091984a0c897c53b09de5a7caf64f9819a9be6e (patch) | |
tree | b65e4ce59ca90d2ee4e0e4cdcea733048da542c8 /tools/shared.py | |
parent | e91ceb07780515b60568e81432a0ec0e0ce9f24b (diff) |
remove unneeded EMIT_GENERATED_FUNCTIONS
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 c5df34f1..b3c3257b 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -758,7 +758,6 @@ class Settings2(type): self.attrs['ASM_JS'] = 1 self.attrs['ASSERTIONS'] = 0 self.attrs['DISABLE_EXCEPTION_CATCHING'] = 1 - self.attrs['EMIT_GENERATED_FUNCTIONS'] = 1 if opt_level >= 2: self.attrs['RELOOP'] = 1 self.attrs['ALIASING_FUNCTION_POINTERS'] = 1 |