Skip to content

Commit

Permalink
build(hammer): yaksha build should use -o2
Browse files Browse the repository at this point in the history
  • Loading branch information
JaDogg committed Dec 17, 2023
1 parent 92637f9 commit bebcf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/hammer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
[compilation]
targets=["x86_64-linux-musl", "x86_64-windows-gnu", "aarch64-macos-gnu", "x86_64-macos-gnu"]
args_c_or_cpp=["-O3", "-fPIC"]
args_c_or_cpp=["-O2", "-fPIC"]
args_cpp=["-std=c++17"]
args_c=["-std=c99"]
include_paths=["src", "3rd/utfcpp/source", "runtime",
Expand Down

0 comments on commit bebcf99

Please sign in to comment.