mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
Merge pull request #2866 from terrelln/linux-O2
[linux-kernel] Don't add -O3 to CFLAGS
This commit is contained in:
@ -11,7 +11,6 @@
|
|||||||
obj-$(CONFIG_ZSTD_COMPRESS) += zstd_compress.o
|
obj-$(CONFIG_ZSTD_COMPRESS) += zstd_compress.o
|
||||||
obj-$(CONFIG_ZSTD_DECOMPRESS) += zstd_decompress.o
|
obj-$(CONFIG_ZSTD_DECOMPRESS) += zstd_decompress.o
|
||||||
|
|
||||||
ccflags-y += -O3
|
|
||||||
ccflags-y += -Wno-error=deprecated-declarations
|
ccflags-y += -Wno-error=deprecated-declarations
|
||||||
|
|
||||||
zstd_compress-y := \
|
zstd_compress-y := \
|
||||||
|
Reference in New Issue
Block a user