medismailben wrote: > May be we could have a "test" property group that would just build in debug > builds where these kind of settings would live ? There could be a risk > exposing such settings to customers.
Actually, since we don't have many settings like these, we could move it to experimental (in case we decide to move it in the future) but gate it behind `#ifndef NDEBUG`. https://github.com/llvm/llvm-project/pull/177279 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
