misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / eda / drivers / oracle / EDAOracle.epj
index ca651dd..17cda46 100644 (file)
             ],
             "LibraryDirs" : [
                "C:/oraclexe/app/oracle/product/11.2.0/server/bin"
-            ]
+            ],
+            "FastMath" : false
          }
       },
       {
          "Name" : "Release",
          "Options" : {
             "Debug" : false,
-            "Optimization" : "Speed"
+            "Optimization" : "Speed",
+            "FastMath" : true
          }
       }
    ],
@@ -48,4 +50,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}