ericmckean / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

vpxenc/libvpx -fomit-frame-pointer #641

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current gcc cross builds use the following:

CROSS=x86_64-w64-mingw32- ../libvpx/configure --target=x86_64-win64-gcc 
--enable-static-msvcrt --disable-install-docs --disable-unit-tests 
--disable-docs
make -i V=1

x86_64-w64-mingw32-gcc  -fno-common -m64 -O3 -Wall 
-Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith 
-Wtype-limi
ts -Wcast-qual -Wvla -Wimplicit-function-declaration -Wuninitialized 
-Wunused-variable -Wunused-but-set-variable -Wno-unused-functio
n -I. -I"../libvpx" -c -o vpx_ports/x86_cpuid.c.o 
../libvpx/vpx_ports/x86_cpuid.c

Suggest -fomit-frame-pointer

Original issue reported on code.google.com by fbarch...@google.com on 10 Oct 2013 at 4:12

GoogleCodeExporter commented 9 years ago
Patches welcome.

Original comment by fgalli...@google.com on 17 Oct 2013 at 10:23

GoogleCodeExporter commented 9 years ago

Original comment by ya...@google.com on 17 Oct 2013 at 10:41

GoogleCodeExporter commented 9 years ago
gcc enables this at -0/-02/-03/-Os.

Original comment by jz...@google.com on 5 Dec 2013 at 11:07