| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4562805 commit 50c0a15
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1471,7 +1471,7 @@ def configure_library(lib, output, pkgname=None): | |||
| 1471 | 1471 | ||
| 1472 | 1472 | ||
| 1473 | 1473 | def configure_v8(o): | |
| 1474 | - o['variables']['v8_enable_webassembly'] = 1 | ||
| 1474 | + o['variables']['v8_enable_webassembly'] = 0 if options.v8_lite_mode else 1 | ||
| 1475 | 1475 | o['variables']['v8_enable_javascript_promise_hooks'] = 1 | |
| 1476 | 1476 | o['variables']['v8_enable_lite_mode'] = 1 if options.v8_lite_mode else 0 | |
| 1477 | 1477 | o['variables']['v8_enable_gdbjit'] = 1 if options.gdb else 0 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments