Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3d014e1

Browse filesBrowse files
danbevtargos
authored andcommitted
tools: remove out-of-date code-cache-path comment
This commit removes the comment in cache_builder.cc regarding the usage of --code-cache-path with configure. Commit 14df42f ("build: run `mkcodecache` as an action") deprecated this option and it is always set to yes (unless cross compiling). PR-URL: #28419 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent 60cf911 commit 3d014e1
Copy full SHA for 3d014e1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Open diff view settings
Collapse file

‎tools/code_cache/cache_builder.cc‎

Copy file name to clipboardExpand all lines: tools/code_cache/cache_builder.cc
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ static std::string GenerateCodeCache(
7373
ss << R"(#include <cinttypes>
7474
#include "node_native_module_env.h"
7575
76-
// This file is generated by tools/mkcodecache
77-
// and is used when configure is run with \`--code-cache-path\`
76+
// This file is generated by mkcodecache (tools/code_cache/mkcodecache.cc)
7877
7978
namespace node {
8079
namespace native_module {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.