How to build dmd properly?
    Seb 
    seb at wilzba.ch
       
    Tue Dec 18 15:54:28 UTC 2018
    
    
  
On Tuesday, 18 December 2018 at 14:35:46 UTC, unDEFER wrote:
> What I could build wrong and how to build dmd properly?
Maybe you built dmd.d with debug assertions? (ENABLE_DEBUG=1)
You can build dmd with the `./build.d` script or `make -f 
posix.mak -j4` (assuming you are in `src).
Anyway, the internal assertions should never fail, so this 
definitely deserves a bug report if that was the case.
    
    
More information about the Digitalmars-d-learn
mailing list