rules_dotnet
rules_dotnet copied to clipboard
Should --compilation_mode=dbg set the DEBUG define?
This would mimic dotnet.
Current work-around is to add this to the target:
defines = [
"DEBUG",
],
I think it should. Will accept a PR for this since I'm busy with work/life at the moment.