Searched refs:BOUND_CHECKS (Results 1 – 4 of 4) sorted by relevance
87 #define BOUND_CHECKS 0x08 /* bound-checked source */ macro
383 f_flags |= BOUND_CHECKS; in read_files()491 f_flags |= BOUND_CHECKS; in read_files()731 if (ftp->f_flags & BOUND_CHECKS) { in do_rules()
374 # BOUND_CHECKS=0 disables, else support is dynamically detected376 ### ifndef BOUND_CHECKS378 ### export BOUND_CHECKS := 1380 ### export BOUND_CHECKS := 0382 ### endif # ifndef BOUND_CHECKS383 ifeq ($(BOUND_CHECKS),1)
94 * $ make BOUND_CHECKS=1 # enable -fbound-attributes for this build