I noticed that the makefile for wig2png generation missed the -O2 gcc option for optimization.
Compiling the code with this option could speed up the program 2 or 3 times faster.
The -O2 option could be added to this line:
CXXFLAGS = -I/usr/X11/include -include $(SRCDIR)/config.h -O2
Hi,
I noticed that the makefile for wig2png generation missed the -O2 gcc option for optimization. Compiling the code with this option could speed up the program 2 or 3 times faster.
The -O2 option could be added to this line: CXXFLAGS = -I/usr/X11/include -include $(SRCDIR)/config.h -O2
original LH ticket
This ticket has 0 attachment(s).