Date: Mon, 18 Jun 2007 19:51:24 -0700 From: Garrett Cooper <youshi10@u.washington.edu> To: current@freebsd.org Subject: pkg_add : works fine when compiled normally ; segfaults when gprof'ed Message-ID: <467744AC.3030304@u.washington.edu>
index | next in thread | raw e-mail
make.conf:
CFLAGS = -O2 -pipe -fno-strict-aliasing
CPUTYPE = pentium4
MAKEOPTS = -j3
.if defined(MK_PROFILED_BIN) && ${MK_PROFILED_BIN} != 0
CFLAGS += -g -pg
.endif
When I compile pkg_install, I set MK_PROFILED_BIN to 1.
This is on an i386 system synced and recompiled yesterday. I deleted
/usr/obj before recompiling everything.
Thanks,
-Garrett
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?467744AC.3030304>
