This commit is contained in:
Zengtudor 2024-08-28 23:09:17 +08:00
parent 37a87fdd9a
commit ef9d5b910a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ if is_mode("debug") then
add_cxxflags("-DOI")
end
if is_mode("release") then
-- add_cxxflags("-march=native")
add_cxxflags("-march=native")
end
set_languages("c++17")