Searched refs:BOUND_CHECKS (Results 1 – 5 of 5) sorted by relevance
91 #define BOUND_CHECKS 0x10 /* build with -fbounds-safety */ macro
387 f_flags |= BOUND_CHECKS; in read_files()531 f_flags |= BOUND_CHECKS; in read_files()811 case BOUND_CHECKS: in do_rules()
396 # BOUND_CHECKS=0 disables, else support is dynamically detected.399 ifndef BOUND_CHECKS402 export BOUND_CHECKS := 0405 export BOUND_CHECKS := 1408 export BOUND_CHECKS := 0410 endif # ifndef BOUND_CHECKS411 ifeq ($(BOUND_CHECKS),1)428 ifneq ($(BOUND_CHECKS),1)429 $(error BOUNDS_SAFETY_ADOPTION_MODE cannot be enabled when BOUND_CHECKS=0)
1168 #if KERNEL && !BOUND_CHECKS && !__has_ptrcheck
107 * $ make BOUND_CHECKS=0 # disable -fbound-attributes for this build