Using D's precise GC when running an app with DUB

Per Nordlöw per.nordlow at gmail.com
Thu May 23 15:01:40 UTC 2019


On Thursday, 23 May 2019 at 14:51:41 UTC, rikki cattermole wrote:
> dub run --compiler=dmd --build=unittest -- 
> --DRT-gcopt=gc:precise

Hmm, the flag doesn't propagate to dmd when compiling in verbose 
mode via -v as

     dub run -v --compiler=dmd --build=unittest -- 
--DRT-gcopt=gc:precise

Shouldn't it?



More information about the Digitalmars-d-learn mailing list