diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2018-07-29 19:11:21 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2018-07-29 19:11:21 +0000 |
| commit | 4034e001b5f5684ee11987d2d6d65e7575db453a (patch) | |
| tree | bf65e77da48050d19b1382767f438fbce8b2dd82 /lib/libproc | |
| parent | 271a27beaa46277207571aa31cf38b412463b431 (diff) | |
Notes
Diffstat (limited to 'lib/libproc')
| -rw-r--r-- | lib/libproc/tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libproc/tests/Makefile b/lib/libproc/tests/Makefile index 0e78eea88bae..8c7563a33ca6 100644 --- a/lib/libproc/tests/Makefile +++ b/lib/libproc/tests/Makefile @@ -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> |
