shithub: libvpx

Download patch

ref: e35129b6e5d990da8168048945bf587debdf05f2
parent: 1932828d19a2b6db8f9a120570a1f4d522064cda
parent: 335114debe3527d16f3c477a4ae54f89fac5deef
author: Yunqing Wang <yunqingwang@google.com>
date: Wed Apr 10 05:48:46 EDT 2013

Merge "Configure: make --enable-gprof work" into experimental

--- 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
--