Hello all,

Just tried to build from GitHub source for the first time in a little while.

I called cmake using the option -DD_FLAGS="-d;-O3;-release" only to be 
confronted with the following error during the build:

    [ 21%] ldc2: for the -release option: may only occur zero or one times!

... while removing -release from the DFLAGS corrected this.

Would I be right in assuming that the LDC default build process has been 
tweaked in response to the discussion here:
https://groups.google.com/forum/#!topic/ldc-dev/g3nt-HxVhB8

... and that the default DFLAGS are now -d -O3 -release  unless specified 
otherwise?

Could there be a note on default DFLAGS and how to generate a debug build added 
to http://wiki.dlang.org/Building_LDC_from_source please?

Thanks & best wishes,

     -- Joe

-- 


Reply via email to