summaryrefslogtreecommitdiff
path: root/debian/patches/0005-buildflags.patch
blob: e06391c0c6570933ca0d0b7216114f7e16dc2e98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Daniel Baumann <mail@daniel-baumann.ch>
Description: Avoid overwriting buildflags.

diff -Naurp gfxboot.orig/Makefile gfxboot/Makefile
--- gfxboot.orig/Makefile
+++ gfxboot/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)