ecere/ecere.epj: Turning on MMX/SSE optimizations for Release config
authorJerome St-Louis <jerome@ecere.com>
Sun, 10 Apr 2016 06:08:47 +0000 (02:08 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sun, 3 Jul 2016 08:07:04 +0000 (04:07 -0400)
- Leaving line numbers alone

ecere/ecere.epj

index 19c6df2..f14848e 100644 (file)
@@ -261,8 +261,14 @@ if distributed with the Ecere SDK Windows installer.
          "Name" : "Release",
          "Options" : {
             "Warnings" : "All",
-            "NoLineNumbers" : true,
             "Optimization" : "Speed",
+            "CompilerOptions" : [
+               "-mmmx",
+               "-msse",
+               "-msse2",
+               "-msse3",
+               "-msse4"
+            ],
             "FastMath" : true,
             "PostbuildCommands" : [
                "$(call mkdirq,../$(SODESTDIR))",