From: Christian Thalinger Date: Sat, 14 Jun 2008 12:53:55 +0000 (+0200) Subject: * configure.ac (AC_INIT): Bumped version to 0.99. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=cacao.git;a=commitdiff_plain;h=b110ad0db3c4d802b671f8084560660a9bbdb4cb * configure.ac (AC_INIT): Bumped version to 0.99. (OPT_CFLAGS): Set to -O2. --- diff --git a/configure.ac b/configure.ac index 32b909693..87204291f 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl 02110-1301, USA. dnl Process this file with autoconf to produce a configure script. -AC_INIT(cacao, 0.99rc7, cacao@cacaojvm.org) +AC_INIT(cacao, 0.99, cacao@cacaojvm.org) AC_CONFIG_SRCDIR(src/cacao/cacao.c) AC_CANONICAL_HOST AC_PREREQ(2.59) @@ -37,7 +37,7 @@ AC_PREFIX_DEFAULT(/usr/local/cacao) dnl set optimization and debugging for all architectures and systems if test x"$CFLAGS" = "x"; then - OPT_CFLAGS="-O0 -g" + OPT_CFLAGS="-O2 -g" else OPT_CFLAGS=$CFLAGS fi