misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / compiler / ecs / ecs.epj
index a24e065..d88e0de 100644 (file)
@@ -20,7 +20,8 @@
             ],
             "Libraries" : [
                "ecere"
-            ]
+            ],
+            "FastMath" : false
          }
       },
       {
@@ -37,6 +38,7 @@
                "../../obj/$(PLATFORM)/bin",
                "../../obj/$(PLATFORM)/lib"
             ],
+            "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../../obj/$(PLATFORM)/bin/)"
             ]
@@ -58,7 +60,8 @@
             "LibraryDirs" : [
                "../libec/obj/bootstrap.$(PLATFORM)",
                "../../ecere/obj/bootstrap.$(PLATFORM)"
-            ]
+            ],
+            "FastMath" : true
          },
          "Platforms" : [
             {
          ]
       }
    ]
-}
\ No newline at end of file
+}