Skip to content

Commit

Permalink
Merge pull request #528 from ANGSD/bugfix
Browse files Browse the repository at this point in the history
[fix] Fix compiler flags related sites parsing issue, fixes #527
  • Loading branch information
ANGSD authored Oct 31, 2022
2 parents b3099ed + 45de18f commit 8858c13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ endif

#modied from htslib makefile
FLAGS = -O3
CPPFLAGS := $(filter-out -DNDEBUG,$(CPPFLAGS))
FLAGS2 = $(CPPFLAGS) $(FLAGS) $(LDFLAGS)

CFLAGS := $(FLAGS2) $(CFLAGS)
Expand Down

0 comments on commit 8858c13

Please sign in to comment.