Fixed issue with frexp.

This commit is contained in:
Бранимир Караџић
2024-12-05 19:42:14 -08:00
parent b97e679fc8
commit e88e4bbad8
8 changed files with 50 additions and 44 deletions

View File

@@ -509,6 +509,7 @@ function toolchain(_buildDir, _libDir)
}
configuration { "Release" }
targetsuffix "Release"
flags {
"NoBufferSecurityCheck",
"OptimizeSpeed",
@@ -516,7 +517,6 @@ function toolchain(_buildDir, _libDir)
defines {
"NDEBUG",
}
targetsuffix "Release"
configuration { "*-clang" }
buildoptions {