[PATCH] D43156: Allow disabling PDB generation in Release build

Loo Rong Jie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 07:17:20 PST 2018


rongjiecomputer added a comment.

What about setting `LLVM_ENABLE_PDB` off by default and change `/OPT:ICF` to `/OPT:NOICF`?


https://reviews.llvm.org/D43156





More information about the llvm-commits mailing list