diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-21 16:46:59 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-21 16:46:59 -0400 |
commit | f4b270a1b87aa70ee51f4cb0f03c59a6ff11ee3e (patch) | |
tree | 5f7988ec2608fa82becff19d9c4b0e41af595fa0 | |
parent | 3ab52e74b1de1c0be647eb36386ef5e16baeb60d (diff) | |
download | fork-ledger-f4b270a1b87aa70ee51f4cb0f03c59a6ff11ee3e.tar.gz fork-ledger-f4b270a1b87aa70ee51f4cb0f03c59a6ff11ee3e.tar.bz2 fork-ledger-f4b270a1b87aa70ee51f4cb0f03c59a6ff11ee3e.zip |
acprep --gprof now passes -g -pg to the linker
-rwxr-xr-x | acprep | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -277,6 +277,7 @@ while [ -n "$1" ]; do --gprof) CXXFLAGS="$CXXFLAGS -g -pg" + LDFLAGS="$LDFLAGS -g -pg" shift 1 ;; --pic) |