mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Revert "Makefile: Disable redundant merge-constants optimization"
This reverts commit cc2e483dc6becf3a63e5f583b5d72221da5261cf.
This commit is contained in:
parent
53cf765af4
commit
e6f64f12aa
2
Makefile
2
Makefile
@ -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,)
|
||||
|
Loading…
x
Reference in New Issue
Block a user