mconfig.OpenBSD 472 B

12345678910111213141516171819
  1. # Installation path options.
  2. SBINDIR=/sbin
  3. MANDIR=/usr/share/man
  4. SYSCONTROLSOCKET=/var/run/dinitctl
  5. # General build options. Uncomment the options appropriate for your system.
  6. # OpenBSD, tested with GCC 4.9.3 / Clang++ 4/5 and gmake:
  7. CXX=clang++
  8. CXXOPTS=-std=c++11 -Os -Wall -fno-rtti
  9. LDFLAGS=
  10. BUILD_SHUTDOWN=no
  11. SANITIZEOPTS=
  12. # (shutdown command not available for OpenBSD yet).
  13. # Notes:
  14. # -fno-rtti (optional) : Dinit does not require C++ Run-time Type Information