You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS Platform and distribution: Linux Debian 4.9.144-3.1
compiler version: dmd-2.096.0
Bug Description
The -b=profile does't work for Hunt. It works to add
"dflags": ["-profile", "-profile=gc"],
to dub.json.
How to reproduce?
git clone https://github.com/huntlabs/hunt.git
cd examples/configuration
dub run --compiler=dmd -a=x86_64 -b=profile
Logs
Performing "profile" build using dmd for x86_64.
hunt 1.6.11+commit.5.g3820899: building configuration "library"...
/home/tom/dmd2/linux/bin64/../../src/phobos/std/concurrency.d(2104,17): Warning: statement is not reachable
dmd failed with exit code 1.
The text was updated successfully, but these errors were encountered:
System information
Bug Description
The
-b=profile
does't work for Hunt. It works to addto dub.json.
How to reproduce?
git clone https://github.com/huntlabs/hunt.git cd examples/configuration dub run --compiler=dmd -a=x86_64 -b=profile
Logs
The text was updated successfully, but these errors were encountered: