From 14768c4b7a71475369cc7c14aef30517d6911e63 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Sun, 30 Sep 2001 21:59:52 +0000 Subject: Remved cpu specific compiler optimizations, these should if at all be added dynamically by configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2025 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/Makefile | 2 +- Gui/mplayer/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gui/Makefile b/Gui/Makefile index b069703d76..7ea129a4e7 100644 --- a/Gui/Makefile +++ b/Gui/Makefile @@ -11,7 +11,7 @@ include gui.mak 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) diff --git a/Gui/mplayer/Makefile b/Gui/mplayer/Makefile index 9b4bcea5fd..138bb01a37 100644 --- a/Gui/mplayer/Makefile +++ b/Gui/mplayer/Makefile @@ -10,7 +10,7 @@ LIB = mplayer 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) -- cgit v1.2.3