##// END OF EJS Templates
pyoxidizer: use allocator_backend instead of raw_allocator...
Gregory Szorc -
r47975:3380848c default
parent child Browse files
Show More
@@ -47,7 +47,7 b' def make_exe(dist):'
47 packaging_policy.register_resource_callback(resource_callback)
47 packaging_policy.register_resource_callback(resource_callback)
48
48
49 config = dist.make_python_interpreter_config()
49 config = dist.make_python_interpreter_config()
50 config.raw_allocator = "system"
50 config.allocator_backend = "default"
51 config.run_command = RUN_CODE
51 config.run_command = RUN_CODE
52
52
53 # We want to let the user load extensions from the file system
53 # We want to let the user load extensions from the file system
General Comments 0
You need to be logged in to leave comments. Login now