Fix mistakes in cptest asserts
[oweals/dinit.git] / configs / mconfig.Darwin
1 # Installation path options.
2
3 SBINDIR=/sbin
4 MANDIR=/usr/share/man
5 SYSCONTROLSOCKET=/dev/dinitctl
6
7
8 # General build options.
9
10 # MacOS: use g++ (which may alias clang++):
11 # Cannot use -fno-rtti: apparently prevents exception handling from working properly.
12 CXX=g++
13 CXXOPTS=-std=c++11 -Os -Wall -flto
14 LDFLAGS=-flto
15 BUILD_SHUTDOWN=no
16 SANITIZEOPTS=-fsanitize=address,undefined
17
18 # Notes:
19 #   -flto (optional) : Use link-time optimisation