summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorYunqing Wang <yunqingwang@google.com>2013-04-09 12:18:35 -0700
committerYunqing Wang <yunqingwang@google.com>2013-04-09 13:24:59 -0700
commit335114debe3527d16f3c477a4ae54f89fac5deef (patch)
tree81989c3b19a5bffed04431760962b03b99cfa7f1 /build
parentaeefa6e194b2e844372ef9892689121c50cf1111 (diff)
downloadlibvpx-335114debe3527d16f3c477a4ae54f89fac5deef.tar
libvpx-335114debe3527d16f3c477a4ae54f89fac5deef.tar.gz
libvpx-335114debe3527d16f3c477a4ae54f89fac5deef.tar.bz2
libvpx-335114debe3527d16f3c477a4ae54f89fac5deef.zip
Configure: make --enable-gprof work
Modified for option "--enable-gprof". Change-Id: I07f78f28c1b789c0b3e9e7db3561463551ae5460
Diffstat (limited to 'build')
-rwxr-xr-xbuild/make/configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index 1a78f272b..c62d5f61c 100755
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1049,7 +1049,7 @@ EOF
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