bluez: enable lto

This commit is contained in:
Matthias Reichl 2018-05-30 15:54:29 +02:00
parent 836bb36a4c
commit 94ed1b6cdb

View File

@ -28,6 +28,7 @@ PKG_SECTION="network"
PKG_SHORTDESC="bluez: Bluetooth Tools and System Daemons for Linux."
PKG_LONGDESC="Bluetooth Tools and System Daemons for Linux."
PKG_TOOLCHAIN="autotools"
PKG_BUILD_FLAGS="+lto"
if build_with_debug; then
BLUEZ_CONFIG="--enable-debug"