From 78bc9e41ff8b294a28f2b6dda222fc4c8ac00aaf Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Thu, 21 Mar 2002 09:14:36 +0000 Subject: [PATCH] 0.7.1.49: Compile the runtime on SPARC/Linux with -O3. --- src/runtime/Config.sparc-linux | 4 +--- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/runtime/Config.sparc-linux b/src/runtime/Config.sparc-linux index 284d40a..ebcb8d6 100644 --- a/src/runtime/Config.sparc-linux +++ b/src/runtime/Config.sparc-linux @@ -7,9 +7,7 @@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. -# -mcpu=pca56 makes _my_ alpha go fast, I'm told. Yours may do something -# else. -CFLAGS = -g -Wall -Dsparc +CFLAGS = -g -O3 -Wall -Dsparc ASFLAGS = -g -Wall -Dsparc LD = ld LINKFLAGS = -v -g diff --git a/version.lisp-expr b/version.lisp-expr index e9dda28..34157c0 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -18,4 +18,4 @@ ;;; for internal versions, especially for internal versions off the ;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.7.1.48" +"0.7.1.49" -- 1.7.10.4