We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e586bff commit 3a3c755Copy full SHA for 3a3c755
1 file changed
src/cli.ts
@@ -79,7 +79,7 @@ try {
79
'-filetype=obj', path.join(outputPath, 'main.bc'),
80
'-o', path.join(outputPath, 'main.o'),
81
]);
82
- execFileSync("cc", [
+ execFileSync("c++", [
83
optimizationLevel,
84
path.join(outputPath, 'main.o'),
85
RUNTIME_ARCHIVE_FILE,
0 commit comments