* Changed version to 0.93.
authortwisti <none@none>
Thu, 24 Nov 2005 00:21:05 +0000 (00:21 +0000)
committertwisti <none@none>
Thu, 24 Nov 2005 00:21:05 +0000 (00:21 +0000)
configure.in

index caea0c90f4ce747f09a368f94bfcb9b0349aa24f..2cae28453c53902cb38c15310e041b410d5f7533 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(cacao, 0.92+cvs, cacao@cacaojvm.org)
+AC_INIT(cacao, 0.93, cacao@cacaojvm.org)
 AC_CONFIG_SRCDIR(src/cacao/cacao.c)
 AC_CANONICAL_HOST
 AC_PREREQ(2.59)
@@ -14,7 +14,7 @@ AC_PREFIX_DEFAULT(/usr/local/cacao)
 
 dnl set optimization and debugging for all architectures and systems
 if test x"$CFLAGS" = "x"; then
-       CFLAGS="-O0 -g3"
+       CFLAGS="-O2 -g3"
 fi
 
 dnl system type