|
|
|
|
|
by abenedic
2921 days ago
|
|
> Statically linking the test suite would consume on the order of terabytes (I am not sure the exact number; I have never tried) of disk space which just is not feasible for a workstation I read complaints like this a lot. Have you ever tried using -ffunction-sections -fdata-sections and --gc-sections as in :https://elinux.org/images/2/2d/ELC2010-gc-sections_Denys_Vla... I find static linking to take up far less disk space when done properly, but I keep seeing comments like this. |
|
Haven't tried it personally, but it's worth a try.