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
This commit is contained in:
parent
1312a7a2e2
commit
9409e38050
@ -884,6 +884,8 @@ process_common_toolchain() {
|
|||||||
link_with_cc=gcc
|
link_with_cc=gcc
|
||||||
tune_cflags="-march="
|
tune_cflags="-march="
|
||||||
setup_gnu_toolchain
|
setup_gnu_toolchain
|
||||||
|
#for 32 bit x86 builds, -O3 did not turn on this flag
|
||||||
|
enabled optimizations && check_add_cflags -fomit-frame-pointer
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user