"-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
This commit is contained in:
parent
18d379a812
commit
df2945b3c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user