| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c93f357 commit 2a292cf
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1379,6 +1379,7 @@ def configure_library(lib, output, pkgname=None): | |||
| 1379 | 1379 | ||
| 1380 | 1380 | ||
| 1381 | 1381 | def configure_v8(o): | |
| 1382 | + o['variables']['v8_enable_webassembly'] = 1 | ||
| 1382 | 1383 | o['variables']['v8_enable_lite_mode'] = 1 if options.v8_lite_mode else 0 | |
| 1383 | 1384 | o['variables']['v8_enable_gdbjit'] = 1 if options.gdb else 0 | |
| 1384 | 1385 | o['variables']['v8_no_strict_aliasing'] = 1 # Work around compiler bugs. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments