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