mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed issue with frexp.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user