DMD release build being faster than debug!
    Per Nordlöw 
    per.nordlow at gmail.com
       
    Fri Oct  5 14:16:59 UTC 2018
    
    
  
On Friday, 5 October 2018 at 14:11:22 UTC, Per Nordlöw wrote:
> Are there more DMD switches other than `BUILD=release` I need 
> to activate to produce the fastest possible compiler binary? 
> Apart for compiling it with LDC, that is.
Ahh, that wasn't so hard to find once I looked inside the correct 
posix.mak. I guess I should do
     make -f posix.mak BUILD=release ENABLE_RELEASE=1
    
    
More information about the Digitalmars-d-learn
mailing list