Skip to content

Commit 4b3b0f8

Browse files
committed
add bioconda badge, fix debug comp
1 parent 7cba9b2 commit 4b3b0f8

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ else
3939
LDLIBS+=-lz
4040
endif
4141

42-
debug: CFLAGS+=-g3 -Og -Wall -Wextra -Wdouble-promotion -Wno-sign-compare \
43-
-fsanitize=address,undefined -fno-omit-frame-pointer -Wno-unused-function
44-
debug: LDFLAGS+=-g3 -Og
45-
debug: bwtk
46-
4742
release: CFLAGS+=-O3
4843
release: LDFLAGS+=-O3
4944
release: bwtk
5045

46+
debug: CFLAGS+=-g3 -Og -Wall -Wextra -Wdouble-promotion -Wno-sign-compare \
47+
-fsanitize=address,undefined -fno-omit-frame-pointer -Wno-unused-function
48+
debug: LDFLAGS+=-g3 -Og -fsanitize=address,undefined
49+
debug: bwtk
50+
5151
libz/libz.a:
5252
(cd $(ZLIBDIR) && ./configure --prefix=./ --static)
5353
$(MAKE) -C $(ZLIBDIR)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/bwtk/README.html)
12
# bwtk: A bigWig Toolkit
23

34
bwtk is a program containing a set of utilities for handling [bigWig](https://genome.ucsc.edu/goldenpath/help/bigWig.html)

0 commit comments

Comments
 (0)