Skip to content

Commit

Permalink
Merge pull request #2866 from terrelln/linux-O2
Browse files Browse the repository at this point in the history
[linux-kernel] Don't add -O3 to CFLAGS
  • Loading branch information
terrelln committed Nov 17, 2021
2 parents f343f27 + e2d0186 commit 92c41c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/linux-kernel/linux.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 := \
Expand Down

0 comments on commit 92c41c5

Please sign in to comment.