• M
    Rollup merge of #63621 - jgalenson:dndebug, r=alexcrichton · 6bce50f3
    Mazdak Farrokhzad 提交于
    Modify librustc_llvm to pass -DNDEBUG while compiling.
    
    Currently, librustc_llvm builds are not reproducible because the LLVM files it compiles use the debug version of llvm_unreachable, which uses __FILE__.  To fix this, we propagate NDEBUG from bootstrap if applicable and use it when compiling librustc_llvm.
    
    r? @alexcrichton
    6bce50f3
compile.rs 46.1 KB