Skip to content
Snippets Groups Projects
Commit 397dd853 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Added -g to generate debuginfo rpms

parent b270f76e
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ TARGET=sha512toc ...@@ -2,7 +2,7 @@ TARGET=sha512toc
SHA512TOC_VERSION=$(shell git describe | sed -e 's/^v//;s/-/_/g') SHA512TOC_VERSION=$(shell git describe | sed -e 's/^v//;s/-/_/g')
SOURCES=Makefile README.md sha512.c sha512.h \ SOURCES=Makefile README.md sha512.c sha512.h \
sha512toc.c sha512toc.h sha512toc.spec sha512toc.c sha512toc.h sha512toc.spec
CFLAGS=-Wall -Werror -I. CFLAGS=-Wall -Werror -I. -g
VERSION=-DSHA512TOC_VERSION='"$(SHA512TOC_VERSION)"' VERSION=-DSHA512TOC_VERSION='"$(SHA512TOC_VERSION)"'
all: sha512toc all: sha512toc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment