From 02bedc825dad49eb465823dfb6e1fae4651e7f2d Mon Sep 17 00:00:00 2001 From: twisti Date: Mon, 29 May 2006 19:28:31 +0000 Subject: [PATCH] * configure.ac (AC_INIT): Changed to 0.96+svn. (CFLAGS): Changed to -O0. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 254cc52ff..7328b087e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.25.1