www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - ldc2 phobos compile error

reply Psychological Cleanup <Help Saving.World> writes:
When trying to compile phobos for local phobos.

zutil.c
ldc2: Unknown command line argument '-gf'.  Try: 'ldc2 -help'
Sep 29 2017
parent Rainer Schuetze <r.sagitario gmx.de> writes:
On 29.09.2017 10:41, Psychological Cleanup wrote:
 When trying to compile phobos for local phobos.
 
 zutil.c
 ldc2: Unknown command line argument '-gf'.  Try: 'ldc2 -help'
Building "local phobos" with LDC doesn't work ATM. The latest beta of Visual D [1] says so in the option, and adds an option to link against the debug runtime library that is shipped with LDC. [1] https://github.com/dlang/visuald/releases/tag/v0.46.0-beta1
Sep 29 2017