Tools/GCCProxy - Added '-fno-omit-frame-pointer' to aid debugging
authorJohn Hodge <[email protected]>
Sat, 8 Jun 2013 03:52:14 +0000 (11:52 +0800)
committerJohn Hodge <[email protected]>
Sat, 8 Jun 2013 03:52:14 +0000 (11:52 +0800)
Tools/GCCProxy/gccproxy.sh

index 1624fe0..5be7b6e 100755 (executable)
@@ -81,6 +81,7 @@ run() {
 }
 
 _ldflags="-lposix -lpsocket "$_ldflags
+_cflags=$_cflags" -fno-omit-frame-pointer"
 
 cfgfile=`mktemp`
 make --no-print-directory -f $BASEDIR/getconfig.mk ARCH=x86 TYPE=$_linktype > $cfgfile

UCC git Repository :: git.ucc.asn.au