[Liboss-commit] CVS: liboss configure.in,1.26,1.27
Brought to you by:
thesin
|
From: Alexander S. <mrv...@us...> - 2002-10-27 22:48:02
|
Update of /cvsroot/liboss/liboss
In directory usw-pr-cvs1:/tmp/cvs-serv12549
Modified Files:
configure.in
Log Message:
ossinsert now builds, also optimizing the hell out of it, because I do stuff like that.
Index: configure.in
===================================================================
RCS file: /cvsroot/liboss/liboss/configure.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- configure.in 23 Oct 2002 13:59:56 -0000 1.26
+++ configure.in 27 Oct 2002 22:47:59 -0000 1.27
@@ -91,7 +91,7 @@
AC_SUBST(INCLUDES)
dnl Common cflags for all platforms
-CFLAGS="$CFLAGS $nocpp $wall -I${prefix}/include"
+CFLAGS="$CFLAGS $nocpp $wall -I${prefix}/include -O2 -fprefetch-loop-arrays -frename-registers -mcpu=750 -mtune=750 -mmultiple -mstring"
NONPIC_CFLAGS="$CFLAGS $nopic"
CLIENT_CFLAGS="$CFLAGS $INCLUDES -Dopen=___sys_open -Dclose=___sys_close -Dioctl=___sys_ioctl -include soundcard.h"
CPPFLAGS="$CPPFLAGS $CFLAGS"
|