add attributes to debug

Adam D. Ruppe via Digitalmars-d digitalmars-d at puremagic.com
Sun Jul 24 19:13:34 PDT 2016


On Sunday, 24 July 2016 at 21:33:20 UTC, Gorge Jingale wrote:
> To allow for different debug versions without having to go full 
> blown version().

debug(whatever) thingy_here();

dmd -debug=whatever yourfile.d


works today.


More information about the Digitalmars-d mailing list