Fix mistakes in cptest asserts
[oweals/dinit.git] / configs / mconfig.OpenBSD
1 # Installation path options.
2
3 SBINDIR=/sbin
4 MANDIR=/usr/share/man
5 SYSCONTROLSOCKET=/dev/dinitctl
6
7
8 # General build options. Uncomment the options appropriate for your system.
9
10 # OpenBSD, tested with GCC 4.9.3 / Clang++ 4/5 and gmake:
11 CXX=clang++
12 CXXOPTS=-std=c++11 -Os -Wall -fno-rtti
13 LDFLAGS=
14 BUILD_SHUTDOWN=no
15 SANITIZEOPTS=
16 # (shutdown command not available for OpenBSD yet).
17
18 # Notes:
19 #   -fno-rtti (optional) : Dinit does not require C++ Run-time Type Information