Codebase list tilix / 2062aff
no-dcflags-override.patch: Don't override our DCFLAGS Matthias Klumpp 7 years ago
3 changed file(s) with 19 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 commit d244df6ab61c956e25722d35ba6959af10e24c17
1 Author: Matthias Klumpp <matthias@tenstral.net>
2 Date: Mon Dec 26 18:36:27 2016 +0100
3
4 Don't override DCFLAGS
5
6 --- a/configure.ac
7 +++ b/configure.ac
8 @@ -13,7 +13,7 @@
9
10 # Full optimization flags
11 #DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace'
12 -DCFLAGS='-O'
13 +DCFLAGS?='-O'
14 AC_SUBST([DCFLAGS])
15
16 # Checks for programs.
00 01_reproducible-build.patch
1 02_no-dcflags-override.patch
44 # Define install target dir
55 INSTALLDIR = $(CURDIR)/debian/tmp
66
7 export DCFLAGS="-O -inline -release -version=StdLoggerDisableTrace"
7 export DCFLAGS=-O -inline -release -g -version=StdLoggerDisableTrace
88
99 %:
1010 dh $@ --parallel --with gnome --with autoreconf