You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-arch/zstd/files/zstd-1.5.1-respect-CFLAGS.p...

12 lines
228 B

--- a/lib/libzstd.mk
+++ b/lib/libzstd.mk
@@ -78,8 +78,6 @@ else
endif
CFLAGS += -fno-stack-protector -fomit-frame-pointer -fno-ident \
-DDYNAMIC_BMI2=0 -DNDEBUG
-else
- CFLAGS += -O3
endif
DEBUGLEVEL ?= 0