On Sunday, 17 December 2017 at 02:42:44 UTC, Venkat wrote:
dub build --vverbose

That is the command I used. Would it be right to assume that -g is being added because --vverbose ? The reason I ask is the file size is about the same when I run the below command.

dub build

You need to add "--build=release", otherwise dub will build debug by default.

Reply via email to