2012/12/17 Sven Eden <sven.e...@gmx.de>: > Hello Tomáš, > > on my system I have set up everything with splitdebug enabled. My CFLAGS use - > march=native, -O2 and -ggdb. > And this is the result: (Yes, I have a dedictated partition for that.) > > ~ $ LC_ALL=C df -h /usr/lib/debug/. > Filesystem Size Used Avail Use% Mounted on > /dev/sda10 25G 22G 1.7G 93% /usr/lib64/debug > > This is a full KDE-4.9.4 system with a total > of 1,807 packages installed. > > I guess the regular user would end up somewhere between your 2G and my 22G. > But I bet it will be slightly more likely my end, wouldn't it? > > Well your "problem" is using -ggdb, that adds ton of stuff that makes things large exponencialy in most cases, i bet you would be around 5-6 on -g usage.
Cheers Tom