From: Debian Med Packaging Team Date: Sat, 29 Jul 2017 09:40:04 +0000 (+0100) Subject: compiler-flags X-Git-Tag: archive/raspbian/1.4.1-2+rpi1~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=02108d835e8e037db8666ce050ebdd60a9ac1fec;p=bcftools.git compiler-flags Gbp-Pq: Name compiler-flags.patch --- diff --git a/Makefile b/Makefile index b3fa341..25fb54d 100644 --- 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