Ah, sorry sorry!Master One wrote:Really plain USE-flags? Sorry, but I don't understand, what do USE-flags have to do with compile problems?nightfrost wrote:but I'm compiling kdemultimedia again, this time with really plain use-flags. Hey! It just finnished and it compiled fine! (To bad there are no optimizations though...)
And the last time I tried, it made really no difference at all which CFLAGS/CXXFLAGS/LDFLAGS I used for compiling the trouble-makeing-KDE-package, what's why I thought, it can only be a problem with gcc itself, or the compile-flags gcc got compiled with.
Code: Select all
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
Code: Select all
CFLAGS="-march=pentium4 -mtune=pentium4 -O2 -pipe -fomit-frame-pointer -ftracer -fforce-addr"
CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden -fvisibility=hidden"
LDFLAGS="-Wl,-O1"



