From: Yunqing Wang Date: Tue, 9 Apr 2013 19:18:35 +0000 (-0700) Subject: Configure: make --enable-gprof work X-Git-Tag: v1.3.0~1106^2~293^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=335114debe3527d16f3c477a4ae54f89fac5deef;p=libvpx Configure: make --enable-gprof work Modified for option "--enable-gprof". Change-Id: I07f78f28c1b789c0b3e9e7db3561463551ae5460 --- 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