From acccef6701d4f1314eddd700000038eeb4ca3816 Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Mon, 22 Jan 2001 19:40:54 +0000 Subject: [PATCH] * Tuned up optimizations. --- Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 74d7e71215..ef369a550d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 -- 2.39.2