Re: [Gimp-developer] Ways to improve Gimp 2.9 performance



On 2/28/13, Nicolas Robidoux <nicolas robidoux gmail com> wrote:
Warning: Untested

If you build/compile GIMP and key libraries (e.g. GEGL, BABL) from source,
maybe you should try

CFLAGS="-march=native -O3" CXXFLAGS="-march=native -O3" ./autogen.sh ...

CFLAGS is for c code CXXFLAGS is for c++ code, according to info
gleaned from stackoverflow. Does Gimp, babl, and/or gegl have any c++
code? Does it hurt to use both? I think I'll give this a try, can't
hurt, right?


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]