diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ ifeq "$(HAVE_GCC)" "1" # being helpful. #CXXFLAGS+= -Wmissing-format-attribute - # Disable RTTI and exceptions, and enabled checking of pointers returned by "new" + # Disable RTTI and exceptions, and enable checking of pointers returned by "new" CXXFLAGS+= -fno-rtti -fno-exceptions -fcheck-new # There is a nice extra warning that flags variables that are potentially |