Skip to content

Commit

Permalink
mconfig: improve consistency of comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
davmac314 committed Jun 22, 2018
1 parent feb7393 commit 120f641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 120f641

Please sign in to comment.