gdb: drop lto build flag

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2018-05-29 21:50:47 +02:00
parent a3bf19078b
commit d6ba56ef5f

View File

@ -28,7 +28,6 @@ PKG_SECTION="debug"
PKG_SHORTDESC="gdb: The GNU Debugger"
PKG_LONGDESC="The purpose of a debugger such as GDB is to allow you to see what is going on ``inside'' another program while it executes--or what another program was doing at the moment it crashed."
# gdb could fail on runtime if build with LTO support
PKG_BUILD_FLAGS="-lto"
CC_FOR_BUILD="$HOST_CC"
CFLAGS_FOR_BUILD="$HOST_CFLAGS"