summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/fox
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-07-29 16:04:19 +0000
committerknu <knu@FreeBSD.org>2001-07-29 16:04:19 +0000
commit5135f3729d59e9c1ce4a2ca0c06c784a76ba3405 (patch)
treed1a732abc94863bb0136fdfc2f5f03f66726656c /x11-toolkits/fox
parente2d4a20f225b63ac435376419e57316049ab7396 (diff)
downloadFreeBSD-ports-5135f3729d59e9c1ce4a2ca0c06c784a76ba3405.zip
FreeBSD-ports-5135f3729d59e9c1ce4a2ca0c06c784a76ba3405.tar.gz
Oops, these optimization flags should be disabled by default although
the distribution recommends them.
Diffstat (limited to 'x11-toolkits/fox')
-rw-r--r--x11-toolkits/fox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/fox/Makefile b/x11-toolkits/fox/Makefile
index f6c1f88..d9a0abf 100644
--- a/x11-toolkits/fox/Makefile
+++ b/x11-toolkits/fox/Makefile
@@ -64,8 +64,8 @@ MAKE_ENV+= LT_CURRENT="${SHLIB_MAJ}" LT_REVISION="${SHLIB_MIN}"
PLIST_SUB+= LIBVER="${SHLIB_MAJ}"
MAN1= reswrap.1
-# Uncomment this to turn the default optimization flags on.
-CXXFLAGS= -O2 -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations
+# Uncomment this to turn the distribution-recommended optimization flags on.
+#CXXFLAGS= -O2 -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations
.if defined(WITH_XUNICODE)
post-extract:
OpenPOWER on IntegriCloud