Lines Matching refs:option

488 # Needed to be compatible with the O= option
578 CLANG_FLAGS += -Werror=unknown-warning-option
667 $(call cc-option,-fno-tree-loop-im) \
677 RETPOLINE_CFLAGS := $(call cc-option,-mindirect-branch=thunk-extern -mindirect-branch-register)
678 RETPOLINE_CFLAGS += $(call cc-option,-mindirect-branch-cs-prefix)
679 RETPOLINE_VDSO_CFLAGS := $(call cc-option,-mindirect-branch=thunk-inline -mindirect-branch-register)
742 KBUILD_CFLAGS += $(call cc-option,-fno-delete-null-pointer-checks,)
757 KBUILD_CFLAGS += $(call cc-option,--param=allow-store-data-races=0)
758 KBUILD_CFLAGS += $(call cc-option,-fno-allow-store-data-races)
765 KBUILD_CFLAGS += $(call cc-option,-fno-reorder-blocks,) \
766 $(call cc-option,-fno-ipa-cp-clone,) \
767 $(call cc-option,-fno-partial-inlining)
793 KBUILD_CFLAGS += $(call cc-option,-Wimplicit-fallthrough,)
833 DEBUG_CFLAGS += $(call cc-ifversion, -lt, 0500, $(call cc-option, -fno-var-tracking-assignments))
853 DEBUG_CFLAGS += $(call cc-option, -femit-struct-debug-baseonly) \
854 $(call cc-option,-fno-var-tracking)
872 ifeq ($(call cc-option-yn, -mnop-mcount),y)
885 ifeq ($(call cc-option-yn, -mfentry),y)
897 KBUILD_CFLAGS += $(call cc-option, -fno-inline-functions-called-once)
978 KBUILD_CFLAGS += $(call cc-option,-fconserve-stack)
984 #KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types)
987 KBUILD_CFLAGS += $(call cc-option,-Werror=designated-init)
990 KBUILD_CPPFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=)
1003 # Do not add $(call cc-option,...) below this line. When you build the kernel
1014 KBUILD_LDFLAGS += $(call ld-option,--no-warn-rwx-segments)
1017 LDFLAGS_vmlinux += $(call ld-option, -X,)
1074 # the default option --strip-debug will be used. Otherwise,