Missed optimization gcc option in wig2png makefile
Reported by Victor Poten | February 28th, 2011 @ 03:13 PM
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
Comments and changes to this ticket
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
AJAX Genome Browser