From b83958247c94a4e4415b3b641514c303739ecf55 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Sat, 14 Jan 2006 23:48:04 +0000 Subject: [PATCH] Enable C++ exceptions --- GNUmakef.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakef.def b/GNUmakef.def index 6eeee4a..1d5b3c6 100644 --- a/GNUmakef.def +++ b/GNUmakef.def @@ -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