[SCM] Lisaac compiler branch, mildred-stable, updated. mildred-r2

Mildred Ki'Lya silkensedai at online.fr
Tue Apr 26 10:27:26 UTC 2011


The following commit has been merged in the mildred-stable branch:
commit dfb10a5c45413175f59f097f7241ce65551bbe35
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Tue Apr 26 12:26:24 2011 +0200

    Disable O2 optimizations for Lisaac

diff --git a/Makefile b/Makefile
index 4266d94..824d30e 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ HTML=/html
 DESTDIR?=
 
 CC=gcc
-CFLAGS=-O2
+CFLAGS=-O1
 
 default: user
 	@echo "###########################################################"
diff --git a/README b/README
index 58c4e04..cf36488 100644
--- a/README
+++ b/README
@@ -12,6 +12,18 @@ Install.
 
 Note for Windows/Dos: read our wiki at http://wiki.lisaac.org JBJB : A revoir!!!
 
+For those who want to install everything manually:
+
+    make bin/lisaac
+    make make.lip
+    echo "PATH=\"$(pwd)/bin:\$PATH\"; export PATH" >> /etc/profile.d/lisaac.sh
+    chmod +x /etc/profile.d/lisaac.sh
+
+Known Problems
+==============
+
+  * Doesn't work when lisaac is compiled with gcc optimizations
+
 Directory description.
 ======================
 

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list