Browse Source

Disable fast-math for bimg_encode library.

Бранимир Караџић 3 years ago
parent
commit
d5bc343a0c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      scripts/bimg_encode.lua

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