Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Nov 20, 2024
1 parent edce8ef commit f0f0dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmake/packages/s/s7/port/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ target("libs7") do
add_includedirs(".", {public = true})
add_options("gmp")
if is_plat("windows") then
set_optimize("faster")
set_languages("c++11")
add_cxxflags("/fp:precise")
add_cxxflags("/TP")
set_optimize("faster")
end
add_packages("gmp")
if is_mode("debug") then
Expand Down

0 comments on commit f0f0dbf

Please sign in to comment.