added -fomit-frame-pointer flag for gcc builds
authorScott LaVarnway <slavarnway@google.com>
Fri, 15 Apr 2011 19:59:21 +0000 (15:59 -0400)
committerScott LaVarnway <slavarnway@google.com>
Fri, 15 Apr 2011 19:59:21 +0000 (15:59 -0400)
commit9409e3805022bb99be1623535da13dcdc20fa0dd
treeb1bddfe01306d251eb1d10ad2ce56246808e79e2
parent1312a7a2e2ce740325ea3dde1a149d07e896ee42
added -fomit-frame-pointer flag for gcc builds

According to the docs, this should have been enabled, but
the disassembled output shows otherwise.  This improved
the encode/decode performance.

Change-Id: I45ad7e6d299b89ac3166d7ef7da75b74994344c6
build/make/configure.sh