We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cb300 commit 4737c2cCopy full SHA for 4737c2c
settings.py
@@ -44,8 +44,7 @@
44
"v8_enable_31bit_smis_on_64bit_arch": "false",
45
"v8_imminent_deprecation_warnings": "true",
46
"v8_monolithic": "true",
47
- "v8_monolithic_for_shared_library": "true",
48
- "v8_static_library": "true",
+ "v8_monolithic_for_shared_library": "true" if platform.system() in ("Linux", ) else "false",
49
"v8_use_external_startup_data": "false",
50
}
51
0 commit comments