File: hardening

package info (click to toggle)
unifrac-tools 1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,104 kB
  • sloc: cpp: 10,632; ansic: 351; makefile: 234; sh: 216; python: 129
file content (15 lines) | stat: -rw-r--r-- 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Michael R. Crusoe <crusoe@debian.org>
Subject: Use CPPFLAGS, CFLAGS, and LDFLAGS
Forwarded: https://github.com/biocore/unifrac-binaries/pull/46

--- a/test/Makefile
+++ b/test/Makefile
@@ -1,8 +1,5 @@
 .PHONY: test_binaries test
 
-CFLAGS := 
-LDFLAGS :=
-
 ifeq ($(PREFIX),)
 	PREFIX := $(CONDA_PREFIX)
 endif