zstd: remove lto and as-needed flags
The former can be implemented as a meson argument.
The latter is already default.
No compiled difference, therefore no PKG_RELEASE bump.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 3c9dbc1429
)
This commit is contained in:
parent
01abd5d37b
commit
1dc0c3b798
1 changed files with 2 additions and 4 deletions
|
@ -74,10 +74,8 @@ MESON_ARGS += \
|
|||
-Dbin_control=false \
|
||||
-Dzlib=disabled \
|
||||
-Dlzma=disabled \
|
||||
-Dlz4=disabled
|
||||
|
||||
TARGET_CFLAGS += -flto
|
||||
TARGET_LDFLAGS += -Wl,--as-needed
|
||||
-Dlz4=disabled \
|
||||
-Db_lto=true
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include
|
||||
|
|
Loading…
Reference in a new issue