You are not logged in.

#1 2010-10-30 10:03:15

stolowski
Member
From: Poland, Bydgoszcz
Registered: 2009-09-23
Posts: 18
Website

What ABS packages do you recompile to gain speed?

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

#2 2010-10-30 10:14:36

ChoK
Member
From: France
Registered: 2008-10-01
Posts: 346

Re: What ABS packages do you recompile to gain speed?

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

Board footer

Powered by FluxBB