mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
textproc/libtre: Remove optimization flags clang 3.4 doesn't know
PR: 191584 Submitted by: Radim Kolar Approved by: maintainer timeout (6 weeks)
This commit is contained in:
parent
510f28fdaf
commit
c2484a91aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364949
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user