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>
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to