Skip to content

Commit

Permalink
Re add optimizations during compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegmd committed Dec 20, 2020
1 parent b0aa1be commit 4a91103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ add_requires("spdlog", "nlohmann_json", "minhook", "imgui", "lua", "sol2")

add_rules("mode.debug", "mode.release")

--add_ldflags("/LTCG", "/OPT:REF")
--add_cxflags("/Ot", "/GL", "/Ob2", "/Oi", "/GS-")
add_ldflags("/LTCG", "/OPT:REF")
add_cxflags("/Ot", "/GL", "/Ob2", "/Oi", "/GS-")

--set_optimize("fastest")
set_optimize("fastest")

target("cyber_engine_tweaks")
add_defines("KIERO_USE_MINHOOK=1", "KIERO_INCLUDE_D3D12=1")
Expand Down

0 comments on commit 4a91103

Please sign in to comment.