[cfe-dev] clang installation size

Paulo Matos via cfe-dev cfe-dev at lists.llvm.org
Tue Mar 12 07:28:27 PDT 2019



On 12/03/2019 14:43, Keane, Erich wrote:
> I don't see it in your list, so it appears that you're building debug mode.  Try adding the cmake flag:
> -DCMAKE_BUILD_TYPE=Release
> 
> Alternatively, you can use MinSizeRel, which will sacrifice some performance for size.

Argh, yes, I forgot that option. Thanks.

-- 
Paulo Matos



More information about the cfe-dev mailing list