Release 0.91, -O2.
authortwisti <none@none>
Wed, 22 Dec 2004 14:56:34 +0000 (14:56 +0000)
committertwisti <none@none>
Wed, 22 Dec 2004 14:56:34 +0000 (14:56 +0000)
configure.in

index f72c0045e1a411b328df10a8a2f10bb0b394fce3..11e53162ebabff3c13b2cd4556158e83a512ca26 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(cacao, 0.90, cacao@complang.tuwien.ac.at)
+AC_INIT(cacao, 0.91, cacao@cacaojvm.org)
 AC_CONFIG_SRCDIR(src/cacao/cacao.c)
 AC_CANONICAL_HOST
 AC_PREREQ(2.59)
@@ -57,7 +57,7 @@ esac
 
 
 dnl set optimization and debugging for all architectures and systems
-CFLAGS="-O0 -g3 $CFLAGS"
+CFLAGS="-O2 -g3 $CFLAGS"
 
 
 case "$host_os" in