[Lemon-commits] [lemon_svn] alpar: r2530 - hugo/trunk/scripts

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:53:18 CET 2006


Author: alpar
Date: Fri Feb  3 17:11:08 2006
New Revision: 2530

Modified:
   hugo/trunk/scripts/release

Log:
Change the compilation flag at release make distcheck. 
(This setting is probably indifferent, though.)


Modified: hugo/trunk/scripts/release
==============================================================================
--- hugo/trunk/scripts/release	(original)
+++ hugo/trunk/scripts/release	Fri Feb  3 17:11:08 2006
@@ -45,7 +45,7 @@
 echo
 
 ./bootstrap --amver-1.7
-./configure CXXFLAGS='-W -Wall -Werror' --enable-gui --enable-demo --enable-benchmark
+./configure CXXFLAGS='-g -O2 -W -Wall -Werror' --enable-gui --enable-demo --enable-benchmark
 make doc
 make distcheck 
 



More information about the Lemon-commits mailing list