| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -777,7 +777,7 @@ def configure_v8(o): | |||
| 777 | 777 | o['variables']['v8_no_strict_aliasing'] = 1 # Work around compiler bugs. | |
| 778 | 778 | o['variables']['v8_optimized_debug'] = 0 # Compile with -O0 in debug builds. | |
| 779 | 779 | o['variables']['v8_random_seed'] = 0 # Use a random seed for hash tables. | |
| 780 | - o['variables']['v8_use_snapshot'] = 0 if options.without_snapshot else 1 | ||
| 780 | + o['variables']['v8_use_snapshot'] = 'false' if options.without_snapshot else 'true' | ||
| 781 | 781 | ||
| 782 | 782 | def configure_openssl(o): | |
| 783 | 783 | o['variables']['node_use_openssl'] = b(not options.without_ssl) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments