From 1703b640de7f6ae498a54acc90c9e55dc80fc7dc Mon Sep 17 00:00:00 2001 From: toy <toy> Date: Mon, 11 Feb 2002 17:53:08 +0000 Subject: [PATCH] Compile with -O3 which gives a 5-10% performance boost. (From Eric Marsden) --- lisp/Config.sun4_solaris_gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/Config.sun4_solaris_gcc b/lisp/Config.sun4_solaris_gcc index 200d5e8ad..2db6bef52 100644 --- a/lisp/Config.sun4_solaris_gcc +++ b/lisp/Config.sun4_solaris_gcc @@ -3,7 +3,7 @@ CPPFLAGS = -I/usr/openwin/include -I/usr/include/X11 -DSOLARIS -DSOLARIS25 -DSVR4 CC = gcc CPP = gcc -E -CFLAGS = -g +CFLAGS = -g -O3 # Needed for sys/asm_linkage.h and sparc-assem.S (at least in 2.3) # Note that the sys/asm_linkage.h braindamage breaks make depend ASFLAGS = -g -traditional-cpp -- GitLab