misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / installer / coursework / Chapter 4 - Flow Control / Lab4 / Lab4.epj
index 8bb1db8..65d6344 100644 (file)
             "PreprocessorDefinitions" : [
                "_DEBUG"
             ],
-            "Console" : true
+            "Console" : true,
+            "FastMath" : false
          }
       },
       {
          "Name" : "Release",
          "Options" : {
             "Debug" : false,
-            "Optimization" : "Speed"
+            "Optimization" : "Speed",
+            "FastMath" : true
          }
       }
    ],
@@ -36,4 +38,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}