summaryrefslogtreecommitdiff
path: root/progs/samples/Makefile.mgw
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2005-05-23 22:02:53 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2005-05-23 22:02:53 +0000
commit731f1b12a0db69875e2f66cf1bc30b39dedb395e (patch)
treea626a6d895d7fb2a214ef2d92fd2efad9cd29cc8 /progs/samples/Makefile.mgw
parent2d5f12ae6b08420592e2b94ff557f327bc471a74 (diff)
remove stupid flags
Diffstat (limited to 'progs/samples/Makefile.mgw')
-rw-r--r--progs/samples/Makefile.mgw5
1 files changed, 1 insertions, 4 deletions
diff --git a/progs/samples/Makefile.mgw b/progs/samples/Makefile.mgw
index 54dbfb706a..1193540578 100644
--- a/progs/samples/Makefile.mgw
+++ b/progs/samples/Makefile.mgw
@@ -31,8 +31,6 @@
# Available options:
#
# Environment variables:
-# CPU optimize for the given processor.
-# default = pentium
#
# Targets:
# <file.exe> build a specific file
@@ -45,11 +43,10 @@
.SECONDARY: ../util/readtex.o ../util/showbuffer.o
TOP = ../..
-CPU ?= pentium
CC = mingw32-gcc
CFLAGS = -Wall -W -pedantic
-CFLAGS += -O2 -ffast-math -mtune=$(CPU)
+CFLAGS += -O2 -ffast-math
CFLAGS += -I$(TOP)/include -I../util
ifeq ($(FX),1)
CFLAGS += -DFX