2
0
Эх сурвалжийг харах

Disable fast-math for bimg_encode library.

Бранимир Караџић 3 жил өмнө
parent
commit
d5bc343a0c

+ 4 - 0
scripts/bimg_encode.lua

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