CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/11 12:31:58
Modified files:
lib/libcxx : Makefile
lib/libcxx/src : debug.cpp
Log message:
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
