Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashi authored Mar 31, 2021
1 parent d6e94c2 commit 2c23324
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ add_rules("mode.debug","mode.releasedbg", "mode.release")
add_rules("plugin.vsxmake.autoupdate")

if is_mode("release") then
add_ldflags("/LTCG", "/OPT:REF")
add_cxflags("/Ot", "/GL", "/Ob2", "/Oi", "/GS-")
add_defines("NDEBUG")

set_optimize("fastest")
end

Expand Down

0 comments on commit 2c23324

Please sign in to comment.