MFC r297836:
Fix appending -O0 to CFLAGS The previous method would completely nerf CFLAGS once bsd.progs.mk had recursed into the per-PROG logic and make the CFLAGS for tap testcases to -O0, instead of appending to CFLAGS for all of the tap testcases.
This commit is contained in:
parent
ac0b351399
commit
20773b83f9
@ -58,9 +58,9 @@ TAP_TESTS_C+= next_test
|
|||||||
TAP_TESTS_C+= rem_test
|
TAP_TESTS_C+= rem_test
|
||||||
TAP_TESTS_C+= trig_test
|
TAP_TESTS_C+= trig_test
|
||||||
|
|
||||||
.for t in ${TAP_TESTS_C}
|
.if !empty(PROG) && !empty(TAP_TESTS_C:M${PROG})
|
||||||
CFLAGS.$t+= -O0
|
CFLAGS+= -O0
|
||||||
.endfor
|
.endif
|
||||||
|
|
||||||
CSTD= c99
|
CSTD= c99
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user