From: Davin McCall Date: Fri, 22 Jun 2018 19:20:20 +0000 (+0100) Subject: mconfig: improve consistency of comments. X-Git-Tag: v0.3.0 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=120f641f5cf9188ec1a532d38e7482e2e5ade06e;p=oweals%2Fdinit.git mconfig: improve consistency of comments. --- diff --git a/mconfig b/mconfig index 8cd1f75..aa39107 100644 --- a/mconfig +++ b/mconfig @@ -32,9 +32,9 @@ SANITIZEOPTS=-fsanitize=address,undefined #SANITIZEOPTS=-fsanitize=address,undefined # MacOS: use g++ (which may alias clang++): +# Cannot use -fno-rtti: apparently prevents exception handling from working properly. #CXX=g++ #CXXOPTS=-std=c++11 -Os -Wall -flto #LDFLAGS=-flto #BUILD_SHUTDOWN=no #SANITIZEOPTS=-fsanitize=address,undefined -# Note: -fno-rtti seems to break exception handling.