From 6785b1fdd34c928a6e0e9fe832a63c7d84f2bee2 Mon Sep 17 00:00:00 2001 From: stephena Date: Tue, 25 Oct 2005 21:21:15 +0000 Subject: [PATCH] Oops, reverted compiler optimization flags, since don't exist on all compilers and don't apply to non-x86 machines. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@866 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stella/Makefile b/stella/Makefile index d5d607006..49d19942c 100644 --- a/stella/Makefile +++ b/stella/Makefile @@ -13,7 +13,7 @@ ## See the file "license" for information on usage and redistribution of ## this file, and for a DISCLAIMER OF ALL WARRANTIES. ## -## $Id: Makefile,v 1.12 2005-10-25 20:30:59 stephena Exp $ +## $Id: Makefile,v 1.13 2005-10-25 21:21:15 stephena Exp $ ## ## Based on code from ScummVM - Scumm Interpreter ## Copyright (C) 2002-2004 The ScummVM project @@ -45,7 +45,7 @@ include config.mak ifdef CXXFLAGS CXXFLAGS:= $(CXXFLAGS) else - CXXFLAGS:= -O2 -march=i586 -mtune=pentiumpro + CXXFLAGS:= -O2 endif CXXFLAGS+= -Wall -Wno-multichar -Wunused -fomit-frame-pointer # Even more warnings...