Disable optimization of the libproc test program.
Dead code elimination may remove symbols that are required by the tests. Reported by: Jenkins, via asomers MFC after: 1 week
This commit is contained in:
parent
79fab7d48a
commit
d76b989004
@ -12,5 +12,6 @@ LIBADD= elf proc rtld_db util
|
||||
# Ensure that symbols aren't stripped from the test program, as they're needed
|
||||
# for testing symbol lookup.
|
||||
STRIP=
|
||||
CFLAGS.target_prog.c+= -O0
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user