From 8f496d3e084d325545b2c06097f2491b510ef07d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 13 May 2022 23:17:04 +0800 Subject: [PATCH] Avoid overwriting buildflags. Gbp-Pq: Name 0005-buildflags.patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c0ed84c..dc6ff85 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -g -Wall -Wno-pointer-sign -O2 -fomit-frame-pointer +#CFLAGS = -g -Wall -Wno-pointer-sign -O2 -fomit-frame-pointer GIT2LOG := $(shell if [ -x ./git2log ] ; then echo ./git2log --update ; else echo true ; fi) GITDEPS := $(shell [ -d .git ] && echo .git/HEAD .git/refs/heads .git/refs/tags)