You are not logged in.
I'm curious what core packages do you recompile from ABS with custom compiler flags to gain speed? GTK? Qt? Others? What flags do you use?
Offline
see this post https://bbs.archlinux.org/viewtopic.php?id=107418
I don't recompile core packages for speed, only for additional options, for example chromium, mpd for libcue support (doesn't really work though), conky for nvidia support.
CFLAGS="-march=native -O2 -pipe -ftree-vectorize -ftree-loop-linear -ftree-loop-distribution -ffast-math"
CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden"
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,--hash-style=gnu"
Ah, good taste! What a dreadful thing! Taste is the enemy of creativeness.
Picasso
Perfection is reached, not when there is no longer anything to add, but when there is no longer anything to take away.
Saint Exupéry
Offline