mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
+2
-4
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user