[SCM] Lisaac compiler branch, master+stable, updated. lisaac-0.12-606-gf445725

Mildred Ki'Lya silkensedai at online.fr
Mon Mar 1 00:35:38 UTC 2010


The following commit has been merged in the master+stable branch:
commit 0bfa20b3bd22ef7ac5415119f7062fa45c779f1f
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Sat Feb 20 03:20:32 2010 +0100

    Added command line flags -optim
    
    -optim activates optimizations in Lisaac only and not in GCC flags (gcc is slow)

diff --git a/make.lip.sample b/make.lip.sample
index 355161b..a2f2e1e 100644
--- a/make.lip.sample
+++ b/make.lip.sample
@@ -248,12 +248,18 @@ Section Public
   //
   // Optimization.
   //
-  
-  - boost <-
-  // Full optimization.
+
+  - optim <-
+  // Full Lisaac optimization.
   (
     no_debug;
     is_optimization := TRUE;
+  );
+
+  - boost <-
+  // Full optimization (lisaac and gcc).
+  (
+    optim;
     option_gcc := option_gcc + " -O2 -fomit-frame-pointer";
   );
   

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list