Makefiles/ide: Added $(FORCE_32_BIT) to ecs calls
[sdk] / documentor / documentor.epj
index c74a384..edf65d4 100644 (file)
@@ -19,7 +19,8 @@
             "PreprocessorDefinitions" : [
                "_DEBUG"
             ],
-            "Console" : true
+            "Console" : true,
+            "FastMath" : false
          }
       },
       {
@@ -32,6 +33,7 @@
                "../obj/$(PLATFORM)/bin",
                "../obj/$(PLATFORM)/lib"
             ],
+            "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../obj/$(PLATFORM)/bin/)"
             ]
@@ -45,7 +47,8 @@
             "PreprocessorDefinitions" : [
                "_DEBUG"
             ],
-            "Console" : true
+            "Console" : true,
+            "FastMath" : false
          }
       }
    ],
       },
       "res/documentorIcon.png"
    ]
-}
\ No newline at end of file
+}