ref: 335114debe3527d16f3c477a4ae54f89fac5deef
parent: aeefa6e194b2e844372ef9892689121c50cf1111
author: Yunqing Wang <yunqingwang@google.com>
date: Tue Apr 9 08:18:35 EDT 2013
Configure: make --enable-gprof work Modified for option "--enable-gprof". Change-Id: I07f78f28c1b789c0b3e9e7db3561463551ae5460
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1049,7 +1049,7 @@
tune_cflags="-march="
setup_gnu_toolchain
#for 32 bit x86 builds, -O3 did not turn on this flag
- enabled optimizations && check_add_cflags -fomit-frame-pointer
+ enabled optimizations && disabled gprof && check_add_cflags -fomit-frame-pointer
;;
vs*)
# When building with Microsoft Visual Studio the assembler is
--
⑨