aboutsummaryrefslogtreecommitdiff
path: root/textproc/libtre
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-08-15 08:53:45 +0000
committerJohn Marino <marino@FreeBSD.org>2014-08-15 08:53:45 +0000
commitc2484a91aa4cae1a8b788da4a0af4110d554dd6f (patch)
tree3c63ccc125fd68f7de11d123d9ef716fc963e8c6 /textproc/libtre
parent510f28fdaf76b4091e6f629d2ad72d5fd2345119 (diff)
downloadports-c2484a91aa4cae1a8b788da4a0af4110d554dd6f.tar.gz
ports-c2484a91aa4cae1a8b788da4a0af4110d554dd6f.zip
textproc/libtre: Remove optimization flags clang 3.4 doesn't know
PR: 191584 Submitted by: Radim Kolar Approved by: maintainer timeout (6 weeks)
Notes
Notes: svn path=/head/; revision=364949
Diffstat (limited to 'textproc/libtre')
-rw-r--r--textproc/libtre/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile
index deac7069388a..0ba306b5ee07 100644
--- a/textproc/libtre/Makefile
+++ b/textproc/libtre/Makefile
@@ -29,8 +29,7 @@ NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
OPTIMIZED_CFLAGS_CFLAGS= \
-Wuninitialized -ffast-math -finline-functions \
- -fomit-frame-pointer -fexpensive-optimizations \
- -fforce-mem -fforce-addr -O3
+ -fomit-frame-pointer -fexpensive-optimizations -O3
PGO_CFLAGS= -fprofile-generate
PGO_LDFLAGS= -fprofile-generate