Skip to content

Commit

Permalink
use static library to help gprof work correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
client9 committed Apr 12, 2014
1 parent 8e53dd7 commit 3215003
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test-gprof.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
./autogen.sh
./configure-gprof.sh
export CFLAGS="-O2 -pg -ansi"
./configure --enable-static --disable-shared
make clean
make
cd src
make reader
Expand Down

0 comments on commit 3215003

Please sign in to comment.