Skip to content

Commit 85ef36c

Browse files
committed
fix
1 parent 8b0e95a commit 85ef36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c2wasm-api/src/chooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function shell_exec(cmd: string, cwd: string) {
9797
return result;
9898
}
9999

100-
const optimization_level = '-03'
100+
const optimization_level = '-O3'
101101

102102
function get_optimization_options() {
103103
const options = [

0 commit comments

Comments
 (0)