Skip to content

Commit

Permalink
Add optimisation flag to static makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Jan 12, 2016
1 parent 5a8932b commit 66582eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/static.makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


CXX := g++
CXXFLAGS += -static -static-libstdc++ -std=c++11 -fopenmp -DSEQAN_HAS_GZIP=1 -DSEQAN_HAS_BZIP2=1 -I src -I src/ext/
CXXFLAGS += -O3 -static -static-libstdc++ -std=c++11 -fopenmp -DSEQAN_HAS_GZIP=1 -DSEQAN_HAS_BZIP2=1 -I src -I src/ext/
LDFLAGS += -lz -lbz2

VER=$(shell git describe --always)
Expand Down

0 comments on commit 66582eb

Please sign in to comment.