diff options
author | Brian Feldman <green@FreeBSD.org> | 1999-12-25 23:02:30 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 1999-12-25 23:02:30 +0000 |
commit | aae14a1411bc5528d4dc8f78b924b94b9c336663 (patch) | |
tree | 044936854ac9575b3bfee8927a622f0f7f37d9a5 /math | |
parent | aede170cb9701a1badfcded954c9e3a8f15a255f (diff) | |
download | ports-aae14a1411bc5528d4dc8f78b924b94b9c336663.tar.gz ports-aae14a1411bc5528d4dc8f78b924b94b9c336663.zip |
Use -O.
Notes
Notes:
svn path=/head/; revision=24093
Diffstat (limited to 'math')
-rw-r--r-- | math/calc/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/calc/files/patch-ab b/math/calc/files/patch-ab new file mode 100644 index 000000000000..4263c2e5a14d --- /dev/null +++ b/math/calc/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.orig Sun Dec 19 01:48:45 1999 ++++ Makefile Sun Dec 19 01:49:31 1999 +@@ -623,7 +623,7 @@ + # + CCWARN= -Wall -Wno-implicit -Wno-comment + CCOPT= ${DEBUG} ${NO_SHARED} +-CCMISC= ++CCMISC= -O + # + CFLAGS= ${CCWARN} ${CCOPT} ${CCMISC} + ICFLAGS= ${CCWARN} ${CCMISC} |