# Config for building the CXX wrapper against the debug MSVC runtime, so that it # can be used from Debug builds of C++ code. # From [env] CFLAGS = "/MDd" CXXFLAGS = "/MDd"