mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-06-06 08:42:35 +00:00
Fix debug compilation on MSVC due to libtommath requiring dead code elimination
This commit is contained in:
Vendored
+5
@@ -30,6 +30,11 @@ function libtommath:project()
|
||||
kind "StaticLib"
|
||||
language "C"
|
||||
|
||||
filter "configurations:Debug"
|
||||
-- libtommath requires dead code elimination to work
|
||||
optimize "On"
|
||||
filter {}
|
||||
|
||||
files {
|
||||
path.join(folder, "libtommath/*.h"),
|
||||
path.join(folder, "libtommath/*.c")
|
||||
|
||||
Reference in New Issue
Block a user