Skip to content

Commit

Permalink
fix wasm flags
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox committed Dec 15, 2023
1 parent b1283f4 commit 09eef4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/wasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ def run_task_generate():

command = [
"em++",
"{0}".format("-g" if config == "debug" else "-O3"),
"{0}".format("-g" if config == "debug" else "-O2"),
"-o",
output_file,
"-s",
Expand Down

0 comments on commit 09eef4e

Please sign in to comment.