Fix debug compilation on MSVC due to libtommath requiring dead code elimination

This commit is contained in:
Jan
2023-11-19 21:07:27 +00:00
parent 0c4835bc36
commit 161a1924c8
+5
View File
@@ -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")