diff options
author | Daniel Borca <dborca@users.sourceforge.net> | 2005-05-23 22:02:53 +0000 |
---|---|---|
committer | Daniel Borca <dborca@users.sourceforge.net> | 2005-05-23 22:02:53 +0000 |
commit | 731f1b12a0db69875e2f66cf1bc30b39dedb395e (patch) | |
tree | a626a6d895d7fb2a214ef2d92fd2efad9cd29cc8 /Makefile.DJ | |
parent | 2d5f12ae6b08420592e2b94ff557f327bc471a74 (diff) |
remove stupid flags
Diffstat (limited to 'Makefile.DJ')
-rw-r--r-- | Makefile.DJ | 6 |
1 files changed, 1 insertions, 5 deletions
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 |