Reageren
Korte Engelstalige uitleg over gtk NoOMp NoMMAP:
compilation flags - GTK2.16, GTK2.22, OMP. NoOMP, MMAP, NoMMAP. A program can be compiled using many settings. The ones you should know about are OMP (or NoOMP if it does not have OMP support), which means that if you have more than 1 CPU, the program will be able to use them all and therefore run faster, for Windows users it can be less stable, meaning more crashes. The other flag is MMAP (or NoMMAP if it does not have MMAP support), which can improve speed by mapping files in RAM, but as with OMP it can make RT less stable in Windows (RT seems to run fine with OMP and MMAP in Linux). The filename might also contain the GTK version used - 2.16 and 2.22 are most common.

martijn
24 Feb 2011 - 14:40