jbrowsetix / jbrowse

jbrowse non-fork to test tix migration
Other
1 stars 0 forks source link

Missed optimization gcc option in wig2png makefile #3

Open jbrowsetix opened 13 years ago

jbrowsetix commented 13 years ago

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).

jbrowsetix commented 13 years ago

Missed optimization gcc option in wig2png makefile

please, discard this ticket tanks

by Victor Poten