changeset 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 77016d19ff19
children 0653e90b3118
files Gui/Makefile Gui/mplayer/Makefile
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/Makefile	Sun Sep 30 14:55:18 2001 +0000
+++ b/Gui/Makefile	Sun Sep 30 21:59:52 2001 +0000
@@ -11,7 +11,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) 
 
--- 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)