From 2551f6d52cecaa2ccce342fb386f571ae5302aa9 Mon Sep 17 00:00:00 2001 From: Nick Sayer Date: Fri, 6 Apr 2001 07:15:16 +0000 Subject: Don't require a 686. Submitted by: maintainer --- emulators/xmame/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index f5c3b31ba486..64c432aa5417 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -149,7 +149,7 @@ ASM_COMMENT=\# # Heavy optimization - enabled by default because it doesn't seem # to break things, and enables considerable speedup. .if !defined(WITH_OPTIMIZATION) || ${WITH_OPTIMIZATION} != "no" -CFLAGS+= -O3 -march=i686 -Wall -Wno-unused -funroll-loops \ +CFLAGS+= -O3 -Wall -Wno-unused -funroll-loops \ -fstrength-reduce -fomit-frame-pointer -ffast-math \ -malign-functions=4 -malign-jumps=4 -malign-loops=4 .endif -- cgit v1.2.3