Add -g to CFLAGS - dedup - deduplicating backup program
HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit fbfe225ce55f4ffabc9368f373171aac1e198935
DIR parent 13378070bffa75c90083946564108ed815a68e5a
HTML Author: sin <sin@2f30.org>
Date: Tue, 20 Mar 2018 17:56:54 +0000
Add -g to CFLAGS
Diffstat:
M Makefile | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -5,6 +5,7 @@ OBJ = dedup.o
BIN = dedup
DISTFILES = $(SRC) LICENSE Makefile arg.h
+CFLAGS = -g
CPPFLAGS = -I/usr/local/include
LDLIBS = -lcrypto