From d0c89663ca5036a2db478082edae630db80c1a31 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 30 Apr 2001 10:18:55 +0000 Subject: Don't hard-code -O3 and a buttload of -f optimizations --- graphics/gracula/files/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/gracula/files/patch-aa (limited to 'graphics') diff --git a/graphics/gracula/files/patch-aa b/graphics/gracula/files/patch-aa new file mode 100644 index 00000000000..6c77bb86d09 --- /dev/null +++ b/graphics/gracula/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.orig Fri Jun 18 20:11:39 1999 ++++ Makefile Mon Apr 30 03:17:17 2001 +@@ -13,8 +13,6 @@ + ## Use maximum optimization. On busy web sites we want gracula to work as + ## fast as possible. However, these options may not work with a compiler + ## other than gcc. If that is the case, comment them out. +-CFLAGS+= -O3 -fexpensive-optimizations -frerun-cse-after-loop \ +- -fomit-frame-pointer + ## Comment out the next line if you only want 32-bit counters, + ## or if you get linking errors (since it, too, may only work with gcc): + CFLAGS+= -DGCLUSELONGLONG -- cgit