0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

not needed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8982 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2003-01-18 01:18:23 +00:00
parent 08ed2a4695
commit fbecc6e49d

View File

@ -23,8 +23,7 @@ endif
# -funroll-loops removed, triggered gcc 3.0.4 (3.x?) bug # -funroll-loops removed, triggered gcc 3.0.4 (3.x?) bug
CFLAGS= -I. $(OPTFLAGS) $(EXTRA_INC)\ CFLAGS= -I. $(OPTFLAGS) $(EXTRA_INC)\
-DSYS_LINUX -D__USE_UNIX98 -D_REENTRANT -D_GNU_SOURCE \ -DSYS_LINUX -D__USE_UNIX98 -D_REENTRANT -D_GNU_SOURCE
-ffast-math -fomit-frame-pointer
.c.o: .c.o:
$(CC) $(CFLAGS) -c -o $@ $< $(CC) $(CFLAGS) -c -o $@ $<