Enable C++ exceptions
This commit is contained in:
parent
cba73cfa0d
commit
b83958247c
@ -93,7 +93,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
CFLAGS+=-g -funsigned-char $(INCS) -Wall -Wno-sign-compare -pedantic -O2 -DPRAGMA_PACK # -fomit-frame-pointer
|
CFLAGS+=-g -funsigned-char $(INCS) -Wall -Wno-sign-compare -pedantic -O2 -DPRAGMA_PACK # -fomit-frame-pointer
|
||||||
LNKFLAGS+=-g
|
LNKFLAGS+=-g
|
||||||
CPPFLAGS+=$(CFLAGS) -fno-exceptions -fno-rtti
|
CPPFLAGS+=$(CFLAGS) -fno-rtti # -fno-exceptions
|
||||||
|
|
||||||
# comment following lines if you dislike ncurses
|
# comment following lines if you dislike ncurses
|
||||||
# uncomment "buggy ncurses" if your build requires additional keypresses to
|
# uncomment "buggy ncurses" if your build requires additional keypresses to
|
||||||
|
Reference in New Issue
Block a user