mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Now that gold is built in devel/binutils in 9.0 and later, make the
LTO option available.
This commit is contained in:
parent
f82c5a1ab6
commit
fa3060ce80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292561
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ CONFIGURE_ARGS+= --enable-optimized
|
|||
|
||||
CONFIGURE_ARGS+= --enable-bindings=none
|
||||
|
||||
OPTIONS= ASSERTS "Enable assertions (thread unsafe)" off
|
||||
# LTOPLUGIN "Build LTO plugin (requires gold)" off
|
||||
OPTIONS= ASSERTS "Enable assertions (thread unsafe)" off \
|
||||
LTOPLUGIN "Build LTO plugin (requires gold)" off
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
CONFIGURE_ARGS+= --disable-docs
|
||||
|
|
Loading…
Add table
Reference in a new issue