thegenemyers / DALIGNER

Find all significant local alignments between reads
Other
138 stars 61 forks source link

Honor standard compiler/linker flags #54

Open 0xaf1f opened 7 years ago

0xaf1f commented 7 years ago

This allows for passing additional compiler/linker flags from the command line by supporting standard variables like CPPFLAGS, CFLAGS, and LDFLAGS. It also saves a good amount of redundant typing.

This PR replaces #38 since I'm using the Debian fork as the source rather than my personal one.