svn commit: r336872 - stable/11/lib/libproc/tests

Mark Johnston markj at FreeBSD.org
Sun Jul 29 19:11:24 UTC 2018


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>


More information about the svn-src-all mailing list