From 8cc0273ae706c88e403ddacefbe795bb9244ab1d Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sun, 3 Mar 2013 15:23:25 -0800 Subject: remove no-longer-needed INIT_STACK --- tests/runner.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/runner.py b/tests/runner.py index 8b6e54af..1858ab45 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -6912,7 +6912,6 @@ void*:16 extra_emscripten_args=['-H', 'libc/fcntl.h,libc/sys/unistd.h,poll.h,libc/math.h,libc/langinfo.h,libc/time.h']) def get_freetype(self): - Settings.INIT_STACK = 1 # TODO: Investigate why this is necessary return self.get_library('freetype', os.path.join('objs', '.libs', 'libfreetype.a')) @@ -8341,7 +8340,6 @@ class %s(T): Settings.CORRECT_ROUNDINGS = 0 Settings.CORRECT_OVERFLOWS_LINES = CORRECT_SIGNS_LINES = CORRECT_ROUNDINGS_LINES = SAFE_HEAP_LINES = [] Settings.CHECK_SIGNS = 0 #1-(embetter or llvm_opts) - Settings.INIT_STACK = 0 Settings.RUNTIME_TYPE_INFO = 0 Settings.DISABLE_EXCEPTION_CATCHING = 0 Settings.INCLUDE_FULL_LIBRARY = 0 -- cgit v1.2.3-18-g5258