misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / deps / zlib / zlib.epj
index d92b473..5004843 100644 (file)
          "Name" : "Debug",
          "Options" : {
             "Warnings" : "All",
-            "Debug" : true
+            "Debug" : true,
+            "FastMath" : false
          }
       },
       {
          "Name" : "Release",
          "Options" : {
             "Warnings" : "None",
-            "Optimization" : "Speed"
+            "Optimization" : "Speed",
+            "FastMath" : true
          }
       }
    ],