Browse Source

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>
lilik-openwrt-22.03
Rosen Penev 5 years ago
parent
commit
3c9dbc1429
No known key found for this signature in database GPG Key ID: 36D31CFA845F0E3B
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      utils/zstd/Makefile

+ 2
- 4
utils/zstd/Makefile View File

@ -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…
Cancel
Save