We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8f321 commit 318a18cCopy full SHA for 318a18c
index.js
@@ -74,7 +74,7 @@ if (!syncFs.existsSync("node")) {
74
75
await spawnAsync(
76
"./configure",
77
- ["--ninja", "--shared", "--debug"],
+ ["--ninja", "--shared", "--release"],
78
"node",
79
ccacheEnv
80
);
0 commit comments