misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / net / smtp / smtp.epj
index eec250e..a311cb9 100644 (file)
@@ -21,7 +21,8 @@
             "PreprocessorDefinitions" : [
                "_DEBUG"
             ],
-            "Console" : true
+            "Console" : true,
+            "FastMath" : false
          }
       },
       {
@@ -29,7 +30,8 @@
          "Options" : {
             "Debug" : false,
             "Optimization" : "Speed",
-            "Console" : false
+            "Console" : false,
+            "FastMath" : true
          }
       }
    ],