On 13 Dec 2015, at 19:06, Patryk Laurent <[email protected]> wrote: > > Does anyone know, offhand, how to have clang/llvm only build what is required > for GNUstep? I recently built the latest clang/llvm from sources, and found > that the whole thing requires about 20GB! But I saw plenty of other backends > and things being built along the way that are not needed.
20GB sounds very big. Debug builds are quite large, but release builds are a lot smaller. The back ends only add a couple of MBs, so it’s not worth removing them. David -- This email complies with ISO 3103 _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
