From df2945b3c500d0cf257e3ed77aec2f938442d8a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Thu, 22 Jul 2010 07:15:59 +0000 Subject: [PATCH] "-O20" GCC flags should have been bogus. As far as I know, we are already compiling with "-O2". Fixes ticket #6303. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37676 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/media/plugins/vorbis/libvorbis/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/media/plugins/vorbis/libvorbis/Jamfile b/src/add-ons/media/plugins/vorbis/libvorbis/Jamfile index 70bb72ab20..73c9ae8465 100644 --- a/src/add-ons/media/plugins/vorbis/libvorbis/Jamfile +++ b/src/add-ons/media/plugins/vorbis/libvorbis/Jamfile @@ -3,7 +3,7 @@ SubDir HAIKU_TOP src add-ons media plugins vorbis libvorbis ; SubDirSysHdrs [ FDirName $(SUBDIR) .. .. ogg libogg ] ; SubDirCcFlags -DPACKAGE=\\\"libvorbis\\\" -DVERSION=\\\"1.0\\\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SQRTF=1 -DHAVE_LOGF=1 -DHAVE_EXPF=1 -DHAVE_ACOSF=1 -DHAVE_ATANF=1 -DHAVE_FREXPF=1 -DHAVE_RINTF=1 -DHAVE_FLOORF=1 ; -SubDirCcFlags -O20 -D__NO_MATH_INLINES -fsigned-char -DPIC -w ; +SubDirCcFlags -D__NO_MATH_INLINES -fsigned-char -DPIC -w ; StaticLibrary libvorbis.a : analysis.c