Avoid overwriting buildflags.

Gbp-Pq: Name 0005-buildflags.patch
This commit is contained in:
Daniel Baumann 2022-05-13 23:17:04 +08:00 committed by openKylinBot
parent dd3283f938
commit 8f496d3e08
1 changed files with 1 additions and 1 deletions

View File

@ -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)