This is old C++ code -- no need for rtti or exceptions.

This commit is contained in:
David E. O'Brien 1999-04-04 16:44:33 +00:00
parent 18ff6ae909
commit 983098e0c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45300

View File

@ -1,4 +1,4 @@
# $Id: Makefile.cfg,v 2.5 1997/03/11 17:57:26 peter Exp $
# $Id: Makefile.cfg,v 2.6 1998/03/20 11:08:52 bde Exp $
BINDIR?= /usr/bin
SHELL= /bin/sh
@ -88,6 +88,7 @@ DEFINES= -DHAVE_UNISTD_H=1\
INCLUDES= -I$(GROFF_DIST)/include
CFLAGS+=$(DEFINES) $(INCLUDES)
CXXFLAGS+= -fno-rtti -fno-exceptions
.y.o:
$(YACC) $(YFLAGS) $(.IMPSRC)