summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R. Crusoe <michael.crusoe@gmail.com>2021-09-09 08:01:13 +0200
committerAndreas Tille <tille@debian.org>2021-09-09 08:01:13 +0200
commit28c8dfb9efed208e5ee58fb9525e9f10d008f265 (patch)
tree3e92b3a78e0c18185ed931b36967829591066ae1
parent129b3566913700b137f9bb64f29c8ea43c3deead (diff)
accept the hardening flags
Gbp-Pq: Name hardening
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f9514e2..89a1773 100644
--- a/Makefile
+++ b/Makefile
@@ -12,11 +12,11 @@ BOOST = .
# Compilation variables
CXX = g++
-CXXFLAGS = -std=gnu++98 -Wall -I. -I$(BOOST) -I$(SAMTOOLS)/$(HTSLIB)
-CPPFLAGS =
+CXXFLAGS += -std=gnu++98 -Wall -I. -I$(BOOST) -I$(SAMTOOLS)/$(HTSLIB)
+CPPFLAGS ?=
-LDFLAGS =
-LDLIBS =
+LDFLAGS ?=
+LDLIBS ?=
# Installation variables
INSTALL = install