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>
This commit is contained in:
parent
66caa56841
commit
3c9dbc1429
1 changed files with 2 additions and 4 deletions
|
@ -74,10 +74,8 @@ MESON_ARGS += \
|
||||||
-Dbin_control=false \
|
-Dbin_control=false \
|
||||||
-Dzlib=disabled \
|
-Dzlib=disabled \
|
||||||
-Dlzma=disabled \
|
-Dlzma=disabled \
|
||||||
-Dlz4=disabled
|
-Dlz4=disabled \
|
||||||
|
-Db_lto=true
|
||||||
TARGET_CFLAGS += -flto
|
|
||||||
TARGET_LDFLAGS += -Wl,--as-needed
|
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
|
|
Loading…
Reference in a new issue