From f4b270a1b87aa70ee51f4cb0f03c59a6ff11ee3e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 21 Feb 2009 16:46:59 -0400 Subject: acprep --gprof now passes -g -pg to the linker --- acprep | 1 + 1 file changed, 1 insertion(+) diff --git a/acprep b/acprep index 69636153..5880f1dc 100755 --- a/acprep +++ b/acprep @@ -277,6 +277,7 @@ while [ -n "$1" ]; do --gprof) CXXFLAGS="$CXXFLAGS -g -pg" + LDFLAGS="$LDFLAGS -g -pg" shift 1 ;; --pic) -- cgit v1.2.3