Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 36.4k
build,tools: use mkcodecache to add code cache to the binaries#27161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -485,8 +485,9 @@ | ||
| parser.add_option('--code-cache-path', | ||
| action='store', | ||
| dest='code_cache_path', | ||
| help='Use a file generated by tools/generate_code_cache.js to compile the' | ||
| ' code cache for builtin modules into the binary') | ||
| help='optparse.SUPPRESS_HELP') | ||
refack marked this conversation as resolved.
Outdated
Uh oh!There was an error while loading. Please reload this page. | ||
| # End dummy list. | ||
| parser.add_option('--without-ssl', | ||
| action='store_true', | ||
| @@ -1050,8 +1051,7 @@ def configure_node(o): | ||
| o['variables']['debug_nghttp2'] = 'false' | ||
| o['variables']['node_no_browser_globals'] = b(options.no_browser_globals) | ||
| if options.code_cache_path: | ||
| o['variables']['node_code_cache_path'] = options.code_cache_path | ||
| o['variables']['node_code_cache_path'] = 'yes' | ||
| o['variables']['node_shared'] = b(options.shared) | ||
| node_module_version = getmoduleversion.get_version() | ||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.