]> git.sesse.net Git - vlc/commitdiff
* Tuned up optimizations.
authorChristophe Massiot <massiot@videolan.org>
Mon, 22 Jan 2001 19:40:54 +0000 (19:40 +0000)
committerChristophe Massiot <massiot@videolan.org>
Mon, 22 Jan 2001 19:40:54 +0000 (19:40 +0000)
Makefile.in

index 74d7e7121586474933708b97fec3b7e1c2d2dd42..ef369a550d378f9fafefb96f7a2f7a15ceb36956 100644 (file)
@@ -112,7 +112,6 @@ CFLAGS += -fomit-frame-pointer
 
 # Optimizations for x86 familiy
 ifneq (,$(findstring 86,$(ARCH)))
-CFLAGS += -malign-double
 # Optional Pentium Pro optimizations
 ifneq (,$(findstring ppro,$(ARCH)))
 CFLAGS += -march=pentiumpro -mcpu=pentiumpro