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

index 2cae28453c53902cb38c15310e041b410d5f7533..33a0ecbbb35647e011e0bc77a5a52bc79e308966 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(cacao, 0.93, cacao@cacaojvm.org)
+AC_INIT(cacao, 0.93+cvs, 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="-O2 -g3"
+       CFLAGS="-O0 -g3"
 fi
 
 dnl system type