Skip to content

Commit 781f3cd

Browse files
authored
Fix a minor bug produced in two previous commits
1 parent d4bd885 commit 781f3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if (!syncFs.existsSync("node")) {
7474

7575
await spawnAsync(
7676
"./configure",
77-
["--ninja", "--shared", "--release"],
77+
["--ninja", "--shared"],
7878
"node",
7979
ccacheEnv
8080
);

0 commit comments

Comments
 (0)