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.DJ | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile.DJ') diff --git a/Makefile.DJ b/Makefile.DJ index d269fcdbb0..78ebf43efb 100644 --- a/Makefile.DJ +++ b/Makefile.DJ @@ -31,8 +31,6 @@ # Available options: # # Environment variables: -# CPU optimize for the given processor. -# default = pentium # GLU=[mesa|sgi] specify GLU directory; can be `sgi' (requires GNU/C++) # or `mesa'. # default = mesa @@ -59,12 +57,10 @@ .PHONY : all libgl libglu libglut clean realclean -CPU ?= pentium - GLU ?= mesa CFLAGS = -Wall -W -pedantic -CFLAGS += -O2 -ffast-math -mtune=$(CPU) +CFLAGS += -O2 -ffast-math export CFLAGS -- cgit v1.2.3