projects
/
bcftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2997ac
)
compiler-flags
author
Debian Med Packaging Team
<debian-med-packaging@lists.alioth.debian.org>
Tue, 26 Apr 2016 05:24:50 +0000
(06:24 +0100)
committer
Afif Elghraoui
<afif@debian.org>
Tue, 26 Apr 2016 05:24:50 +0000
(06:24 +0100)
Gbp-Pq: Name compiler-flags.patch
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index b3fa34198a755cdab836bd3049492f31268c088c..25fb54d5127eb58ea8303129d11fbc8c7498a8e0 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-32,9
+32,9
@@
all: $(PROG) $(TEST_PROG)
BGZIP = /usr/bin/bgzip
TABIX = /usr/bin/tabix
-CC = gcc
-CPPFLAGS =
-CFLAGS = -g -Wall -Wc++-compat -O2
+CC
?
= gcc
+CPPFLAGS
?
=
+CFLAGS
+
= -g -Wall -Wc++-compat -O2
LDFLAGS ?=
LIBS += $(LDFLAGS) -lhts