Add LTO_DESC to Mk/bsd.options.desc.mk.
There are more and more ports using LTO.
This commit is contained in:
parent
391db60d56
commit
c32a4b37ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564896
5 changed files with 1 additions and 4 deletions
|
@ -307,6 +307,7 @@ LITE_DESC?= Reduced features or memory footprint
|
|||
LIVEMEDIA_DESC?= Multimedia streaming support via liveMedia
|
||||
LQR_DESC?= Liquid Rescale support
|
||||
LSOF_DESC?= LiSt Open Files utility support
|
||||
LTO_DESC?= Use Link-Time Optimization
|
||||
LUA_DESC?= Lua scripting language support
|
||||
LZ4_DESC?= LZ4 compression support
|
||||
LZMA_DESC?= LZMA compression support
|
||||
|
|
|
@ -111,7 +111,6 @@ GRAPHICS_DESC= Graphics support
|
|||
GSETTINGS_DESC= GSettings API for application settings
|
||||
HARFBUZZ_DESC= HarfBuzz for text shaping
|
||||
KQUEUE_DESC= File notification via kqueue
|
||||
#LTO_DESC= Enable link-time optimization
|
||||
M17N_DESC= M17N support for text-shaping [implies XFT]
|
||||
MAGICK_DESC= ImageMagick image processing support (deprecated)
|
||||
MAILUTILS_DESC= Mail framework via GNU Mailutils
|
||||
|
|
|
@ -128,7 +128,6 @@ GRAPHICS_DESC= Graphics support
|
|||
GSETTINGS_DESC= GSettings API for application settings
|
||||
HARFBUZZ_DESC= HarfBuzz for text shaping
|
||||
KQUEUE_DESC= File notification via kqueue
|
||||
#LTO_DESC= Enable link-time optimization
|
||||
M17N_DESC= M17N support for text-shaping [implies XFT]
|
||||
MAGICK_DESC= ImageMagick image processing support (deprecated)
|
||||
MAILUTILS_DESC= Mail framework via GNU Mailutils
|
||||
|
|
|
@ -106,7 +106,6 @@ ILBC_DESC= Internet Low Bit Rate codec
|
|||
KLVANC_DESC= Kernel Labs VANC processing
|
||||
KVAZAAR_DESC= H.265 video codec support via Kvazaar
|
||||
LICENSE_DESC= Licensing options
|
||||
LTO_DESC= Use Link-Time Optimization
|
||||
LV2_DESC= LV2 audio filtering
|
||||
MFX_DESC= Intel MediaSDK (aka Quick Sync Video)
|
||||
MYSOFA_DESC= SOFAlizer binaural filter
|
||||
|
|
|
@ -78,7 +78,6 @@ FREEIPMI_LIB_DEPENDS= libfreeipmi.so:sysutils/freeipmi
|
|||
GOPLUGIN_DESC= Enable the go collector plugin
|
||||
GOPLUGIN_RUN_DEPENDS= ${LOCALBASE}/libexec/netdata/plugins.d/god.plugin:net-mgmt/netdata-go
|
||||
|
||||
LTO_DESC= Use Link-Time Optimization
|
||||
LTO_CONFIGURE_ENABLE= lto
|
||||
LTO_USES= compiler:c11
|
||||
|
||||
|
|
Loading…
Reference in a new issue