mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-17 12:42:35 +01:00
Disable fast-math for bimg_encode library.
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
project "bimg_encode"
|
||||
kind "StaticLib"
|
||||
|
||||
removeflags {
|
||||
"FloatFast", -- astc-encoder doesn't work with it.
|
||||
}
|
||||
|
||||
includedirs {
|
||||
path.join(BIMG_DIR, "include"),
|
||||
path.join(BIMG_DIR, "3rdparty"),
|
||||
|
||||
Reference in New Issue
Block a user