* configure.ac (AC_INIT): Changed to 0.96+svn.
authortwisti <none@none>
Mon, 29 May 2006 19:28:31 +0000 (19:28 +0000)
committertwisti <none@none>
Mon, 29 May 2006 19:28:31 +0000 (19:28 +0000)
(CFLAGS): Changed to -O0.

configure.ac

index 254cc52ff1cf67ca025f1e7f73ecfa8825501504..7328b087e50906f15ee876bdffd4278393144422 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(cacao, 0.96, cacao@cacaojvm.org)
+AC_INIT(cacao, 0.96+svn, 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