Skip to content

Commit

Permalink
Disable yet another time lto
Browse files Browse the repository at this point in the history
On linux atm it makes the core crash when Duel.ConfirmCards is called
  • Loading branch information
edo9300 committed Jul 11, 2024
1 parent 99b1a5b commit 8bf1dc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ project "ocgcore"
project "ocgcoreshared"
kind "SharedLib"
flags "NoImportLib"
filter "configurations:Release"
flags "LinkTimeOptimization"
filter {}
-- filter "configurations:Release"
-- flags "LinkTimeOptimization"
-- filter {}
targetname "ocgcore"
defines "OCGCORE_EXPORT_FUNCTIONS"
staticruntime "on"
Expand Down

0 comments on commit 8bf1dc6

Please sign in to comment.