Merge pull request #2866 from terrelln/linux-O2

[linux-kernel] Don't add -O3 to CFLAGS
This commit is contained in:
Nick Terrell
2021-11-16 17:23:23 -08:00
committed by GitHub
-1
View File
@@ -11,7 +11,6 @@
obj-$(CONFIG_ZSTD_COMPRESS) += zstd_compress.o
obj-$(CONFIG_ZSTD_DECOMPRESS) += zstd_decompress.o
ccflags-y += -O3
ccflags-y += -Wno-error=deprecated-declarations
zstd_compress-y := \