mirror of https://gitee.com/openkylin/gfxboot.git
Avoid overwriting buildflags.
Gbp-Pq: Name 0005-buildflags.patch
This commit is contained in:
parent
dd3283f938
commit
8f496d3e08
2
Makefile
2
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)
|
||||
|
|
Loading…
Reference in New Issue