Enable C++ exceptions

This commit is contained in:
Stas Degteff 2006-01-14 23:48:04 +00:00
parent cba73cfa0d
commit b83958247c

View File

@ -93,7 +93,7 @@ endif
endif
CFLAGS+=-g -funsigned-char $(INCS) -Wall -Wno-sign-compare -pedantic -O2 -DPRAGMA_PACK # -fomit-frame-pointer
LNKFLAGS+=-g
CPPFLAGS+=$(CFLAGS) -fno-exceptions -fno-rtti
CPPFLAGS+=$(CFLAGS) -fno-rtti # -fno-exceptions
# comment following lines if you dislike ncurses
# uncomment "buggy ncurses" if your build requires additional keypresses to