diff Gui/Makefile @ 9825:6d6ba8e88e57

Using a different alignment for only the Gui is bad as this code use some header in the rest of MPlayer.
author albeu
date Fri, 04 Apr 2003 15:39:51 +0000
parents e005b55c3a0a
children 80973aa180a5
line wrap: on
line diff
--- a/Gui/Makefile	Fri Apr 04 15:38:46 2003 +0000
+++ b/Gui/Makefile	Fri Apr 04 15:39:51 2003 +0000
@@ -8,9 +8,6 @@
 
 OPTIMIZE =  $(OPTFLAGS) \
             -fexpensive-optimizations -fschedule-insns2 -Wall
-ifeq ($(TARGET_ARCH_X86),yes)
-OPTIMIZE += -malign-double
-endif
 
 CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)