diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-04-30 10:18:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-04-30 10:18:55 +0000 |
commit | b7bae3d10574903081d42b8f62fa24912d8d050e (patch) | |
tree | 7c0ba8aaee12aa81d35722d1fc5a2e1654464546 /graphics | |
parent | Don't hardcode CC and CFLAGS to -O3 (diff) |
Don't hard-code -O3 and a buttload of -f optimizations
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gracula/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gracula/files/patch-aa b/graphics/gracula/files/patch-aa new file mode 100644 index 000000000000..6c77bb86d091 --- /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 |