DMD: How to compile executable without producing .obj file?

novice2 sorry at no.ema.ail
Sun Nov 12 17:13:38 UTC 2023


on windpows you can hide (move .obj away from sources dir) by add 
to compile command
-od="%TEMP%\dmd\myproject"


More information about the Digitalmars-d-learn mailing list