instead of defining _LIBCPP_DEBUG in debug.cpp which enables some debug
authorrobert <robert@openbsd.org>
Tue, 11 Sep 2018 18:31:58 +0000 (18:31 +0000)
committerrobert <robert@openbsd.org>
Tue, 11 Sep 2018 18:31:58 +0000 (18:31 +0000)
commit13317850d06b6ac5a2d670b8d0791ea05a1a42b0
treed8188483f1eea44ebb9bfe74950d1487441873da
parente933dfd56b2b1c88c8dcf4c47d7dabd4706764dd
instead of defining _LIBCPP_DEBUG in debug.cpp which enables some debug
code which breaks quiet a few things, define _LIBCPP_BUILDING_LIBRARY
for the complete build to get the needed definitions in debug.cpp without
enabling debug code
lib/libcxx/Makefile
lib/libcxx/src/debug.cpp