Date: Sun, 29 Jul 2018 19:11:21 +0000 (UTC) From: Mark Johnston <markj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r336872 - stable/11/lib/libproc/tests Message-ID: <201807291911.w6TJBLr5038367@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: markj Date: Sun Jul 29 19:11:21 2018 New Revision: 336872 URL: https://svnweb.freebsd.org/changeset/base/336872 Log: MFC r336591: Disable optimization of the libproc test program. Modified: stable/11/lib/libproc/tests/Makefile Directory Properties: stable/11/ (props changed) Modified: stable/11/lib/libproc/tests/Makefile ============================================================================== --- stable/11/lib/libproc/tests/Makefile Sun Jul 29 18:22:26 2018 (r336871) +++ stable/11/lib/libproc/tests/Makefile Sun Jul 29 19:11:21 2018 (r336872) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807291911.w6TJBLr5038367>