Revert "Makefile: Disable redundant merge-constants optimization"

This reverts commit cc2e483dc6becf3a63e5f583b5d72221da5261cf.
This commit is contained in:
Adithya R 2021-07-31 22:28:53 +05:30
parent 53cf765af4
commit e6f64f12aa

View File

@ -980,7 +980,7 @@ KBUILD_CFLAGS += $(call cc-option,-fno-merge-all-constants)
# for gcc -fno-merge-all-constants disables everything, but it is fine
# to have actual conforming behavior enabled.
#KBUILD_CFLAGS += $(call cc-option,-fmerge-constants)
KBUILD_CFLAGS += $(call cc-option,-fmerge-constants)
# Make sure -fstack-check isn't enabled (like gentoo apparently did)
KBUILD_CFLAGS += $(call cc-option,-fno-stack-check,)