From 954ca6f308b2e851613e6bfa365e9102989fe12e Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Fri, 22 Jun 2018 09:29:15 +0100 Subject: [PATCH] Remove -fno-rtti from MacOS builds. It seems to break exception handling. (Didn't I remove this earlier?...) --- mconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mconfig b/mconfig index 3aca79d..8cd1f75 100644 --- a/mconfig +++ b/mconfig @@ -33,7 +33,8 @@ SANITIZEOPTS=-fsanitize=address,undefined # MacOS: use g++ (which may alias clang++): #CXX=g++ -#CXXOPTS=-std=c++11 -Os -Wall -fno-rtti -flto +#CXXOPTS=-std=c++11 -Os -Wall -flto #LDFLAGS=-flto #BUILD_SHUTDOWN=no #SANITIZEOPTS=-fsanitize=address,undefined +# Note: -fno-rtti seems to break exception handling. -- 2.25.1