No c++ for normal build needed.

This commit is contained in:
johns 2002-03-31 02:18:54 +00:00
parent 29985cea83
commit c6c456890a

View file

@ -244,7 +244,7 @@ CFLAGS=-g -O3 $(PROFILE) -pipe -Wcast-align -Wall $(IFLAGS) $(DFLAGS)
#CFLAGS=-O6 -pipe -fomit-frame-pointer -fconserve-space -fexpensive-optimizations -ffast-math $(IFLAGS) $(DFLAGS) -static
CC=cc
CCLD=c++
CCLD=cc
RM=rm -f
MAKE=make