diff Gui/mplayer/Makefile @ 2024:8cb7643ef739

Remved cpu specific compiler optimizations, these should if at all be added dynamically by configure.
author atmos4
date Sun, 30 Sep 2001 21:59:52 +0000
parents 125ce43b3ac1
children 0653e90b3118
line wrap: on
line diff
--- a/Gui/mplayer/Makefile	Sun Sep 30 14:55:18 2001 +0000
+++ b/Gui/mplayer/Makefile	Sun Sep 30 21:59:52 2001 +0000
@@ -10,7 +10,7 @@
 INCDIR  = -I. -I../event -I../wm -I../skin $(GTKINC)
 
 OPTIMIZE =  $(OPTFLAGS) -fomit-frame-pointer \
-	    -fexpensive-optimizations -malign-double -fschedule-insns2 -Wall
+	    -fexpensive-optimizations -fschedule-insns2 -Wall
 
 CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)