projects
/
oweals
/
dinit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feb7393
)
mconfig: improve consistency of comments.
v0.3.0
author
Davin McCall
<davmac@davmac.org>
Fri, 22 Jun 2018 19:20:20 +0000
(20:20 +0100)
committer
Davin McCall
<davmac@davmac.org>
Fri, 22 Jun 2018 19:20:20 +0000
(20:20 +0100)
mconfig
patch
|
blob
|
history
diff --git
a/mconfig
b/mconfig
index 8cd1f751708b8dd5fe98c93438ffb66ddceeeaaa..aa391077adb0fbcbdf10b4c30f2937147afbc5b2 100644
(file)
--- 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.