[SCM] Lisaac compiler branch, master,	updated. lisaac-0.12-606-g4554e79
    Mildred Ki'Lya 
    silkensedai at online.fr
       
    Mon Mar  1 01:31:11 UTC 2010
    
    
  
The following commit has been merged in the master 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