Disable fast-math for bimg_encode library.

This commit is contained in:
Бранимир Караџић
2022-10-21 14:32:02 -07:00
parent 10a078ddf0
commit d5bc343a0c

View File

@@ -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"),