|
@@ -621,7 +621,11 @@ KBUILD_CFLAGS += $(call cc-option,-fno-delete-null-pointer-checks,)
|
|
|
ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
|
|
ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
|
|
|
KBUILD_CFLAGS += -Os $(call cc-disable-warning,maybe-uninitialized,)
|
|
KBUILD_CFLAGS += -Os $(call cc-disable-warning,maybe-uninitialized,)
|
|
|
else
|
|
else
|
|
|
-KBUILD_CFLAGS += -O2
|
|
|
|
|
|
|
+ifdef CONFIG_PROFILE_ALL_BRANCHES
|
|
|
|
|
+KBUILD_CFLAGS += -O2 $(call cc-disable-warning,maybe-uninitialized,)
|
|
|
|
|
+else
|
|
|
|
|
+KBUILD_CFLAGS += -O2
|
|
|
|
|
+endif
|
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
# Tell gcc to never replace conditional load with a non-conditional one
|
|
# Tell gcc to never replace conditional load with a non-conditional one
|