================ @@ -1,9 +1,16 @@ +set(full_build_flag "") +if(LLVM_LIBC_FULL_BUILD) + set(full_build_flag "-DLIBC_FULL_BUILD") +endif() ---------------- lntue wrote: Added comments to explain the reason. https://github.com/llvm/llvm-project/pull/79319