diff --git a/bootstrap.py b/bootstrap.py index a6badb3d..d5216f08 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -110,6 +110,7 @@ elif 'darwin' in sys.platform: # luajit lua_incl = 'luajit-2.0' lua_lib = 'luajit' + ldflags.extend(['-pagezero_size 10000', '-image_base 100000000']) else: raise Exception('Unknown lua_version={}' % lua_version)