From 731f1b12a0db69875e2f66cf1bc30b39dedb395e Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Mon, 23 May 2005 22:02:53 +0000 Subject: remove stupid flags --- Makefile.mgw | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile.mgw') diff --git a/Makefile.mgw b/Makefile.mgw index d544b09398..70c264a8d8 100644 --- a/Makefile.mgw +++ b/Makefile.mgw @@ -31,8 +31,6 @@ # Available options: # # Environment variables: -# CPU optimize for the given processor. -# default = pentium # GLIDE path to Glide3 SDK; used with FX. # default = $(TOP)/glide3 # FX=1 build for 3dfx Glide3. Note that this disables @@ -57,8 +55,6 @@ .PHONY : all libgl clean realclean -CPU ?= pentium - ifeq ($(ICD),1) # when -std=c99 mingw will not define WIN32 CFLAGS = -Wall -W -Werror @@ -66,7 +62,7 @@ else # I love c89 CFLAGS = -Wall -W -pedantic endif -CFLAGS += -O2 -ffast-math -mtune=$(CPU) +CFLAGS += -O2 -ffast-math export CFLAGS -- cgit v1.2.3