From 397dd8538ed417555ce4b11aa81ec7d94c8f1961 Mon Sep 17 00:00:00 2001 From: Anders Blomdell <anders.blomdell@control.lth.se> Date: Thu, 4 Oct 2018 15:47:21 +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 96570d8..bce728b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ TARGET=sha512toc SHA512TOC_VERSION=$(shell git describe | sed -e 's/^v//;s/-/_/g') SOURCES=Makefile README.md sha512.c sha512.h \ sha512toc.c sha512toc.h sha512toc.spec -CFLAGS=-Wall -Werror -I. +CFLAGS=-Wall -Werror -I. -g VERSION=-DSHA512TOC_VERSION='"$(SHA512TOC_VERSION)"' all: sha512toc -- GitLab