From c2cd716162496259ebc15aa2d79b7fb8d6c0eff1 Mon Sep 17 00:00:00 2001 From: twisti Date: Mon, 29 May 2006 18:52:35 +0000 Subject: [PATCH] * configure.ac (AC_INIT): Changed to version 0.96. (CFLAGS): Changed to -O2. * NEWS: Changed date. --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 28dfc1ad9..653ef4bf2 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -New in release 0.96 (May 26, 2006) +New in release 0.96 (May 29, 2006) * New tasuki lock implementation resolves deadlock problems on multi-processor machines. diff --git a/configure.ac b/configure.ac index 6615fce27..254cc52ff 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.95+svn, cacao@cacaojvm.org) +AC_INIT(cacao, 0.96, 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 -- 2.25.1