projects
/
bcftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15da305
)
compiler-flags
author
Debian Med Packaging Team
<debian-med-packaging@lists.alioth.debian.org>
Wed, 19 Jul 2017 09:00:08 +0000
(10:00 +0100)
committer
Graham Inggs
<ginggs@debian.org>
Wed, 19 Jul 2017 09:00:08 +0000
(10:00 +0100)
Gbp-Pq: Name compiler-flags.patch
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 7c300ad9125416191ab35943bfb9976af37e77d2..f7be5feea838905c42fb1cde66f414de36b60bea 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