Clang does not support Profile-Guided Optimization yet.
Submitted by: Jan Beich <jbeich@tormail.org> Reported by: dim
This commit is contained in:
parent
9923e186d9
commit
7d58748e7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312802
2 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,7 @@ CFLAGS+= -mminimal-toc
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPGO}
|
||||
USE_GCC?= any
|
||||
USE_DISPLAY= yes
|
||||
.include "${PORTSDIR}/Mk/bsd.python.mk"
|
||||
|
||||
|
|
|
@ -69,6 +69,7 @@ CFLAGS+= -mminimal-toc
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPGO}
|
||||
USE_GCC?= any
|
||||
USE_DISPLAY= yes
|
||||
.include "${PORTSDIR}/Mk/bsd.python.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue