From 08d843d2a89c6155b540eb9ae9f6e9c8bb924c08 Mon Sep 17 00:00:00 2001 From: Anders Blomdell <anders.blomdell@control.lth.se> Date: Thu, 4 Oct 2018 15:47:09 +0200 Subject: [PATCH] Added -g to generate debuginfo rpms --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3f0849..fe3b7ce 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ TARGET=md5toc MD5TOC_VERSION=$(shell git describe | sed -e 's/^v//;s/-/_/g') SOURCES=Makefile md5toc.c md5toc.spec config.h md5.c md5.h -CFLAGS=-Wall -Werror -I. -DMD5TOC_VERSION='"$(MD5TOC_VERSION)"' +CFLAGS=-Wall -Werror -I. -g -DMD5TOC_VERSION='"$(MD5TOC_VERSION)"' all: md5toc -- GitLab