Skip to content

Commit

Permalink
[fix] Fix compiler flags related sites parsing issue, fixes #527
Browse files Browse the repository at this point in the history
  • Loading branch information
isinaltinkaya committed Oct 7, 2022
1 parent 21ed01c commit 45de18f
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 45de18f

Please sign in to comment.