EDA.epj;EDASQLite.epj: Turning on SSE Optimizations; Removed extra Debug = false
authorJerome St-Louis <jerome@ecere.com>
Thu, 10 Dec 2015 01:18:48 +0000 (20:18 -0500)
committerJerome St-Louis <jerome@ecere.com>
Sat, 2 Jul 2016 20:40:44 +0000 (16:40 -0400)
eda/drivers/sqlite/EDASQLite.epj
eda/libeda/EDA.epj

index f4ed385..04ad7a6 100644 (file)
             ],
             "TargetType" : "StaticLibrary",
             "TargetFileName" : "EDASQLiteStatic",
+            "CompilerOptions" : [
+               "-mmmx",
+               "-msse3",
+               "-msse4"
+            ],
             "FastMath" : true
          }
       }
index fd547e8..5b2ac23 100644 (file)
@@ -69,7 +69,6 @@
       {
          "Name" : "Static",
          "Options" : {
-            "Debug" : false,
             "Optimization" : "Speed",
             "PreprocessorDefinitions" : [
                "ECERE_STATIC"
             "Libraries" : [
 
             ],
+            "CompilerOptions" : [
+               "-mmmx",
+               "-msse3",
+               "-msse4"
+            ],
             "FastMath" : true
          }
       },