Bug 454376 add -lCrun -lCstd for Solaris OS_LIBS, r=bsmedberg
[wine-gecko.git] / build / unix / run-gprof.sh
blobae7c49d39d638e8b5fb175f7bffe98a3a60315c5
1 #!/bin/sh
3 LD_LIBRARY_PATH=.
4 export LD_LIBRARY_PATH
6 PROG=mozilla-bin
7 PLIBS=""
9 for l in *.so components/*.so; do
10 PLIBS="$PLIBS -incobj $l"
11 done
13 $ECHO /bin/gprof -L. -Lcomponents -all $PLIBS $PROG $PROG.hiout