aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/0026_nxcompshad_honour-optflags.full.patch
blob: 00a4be312b02fae0bc0ff3e4fe4997c70987f612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Honour compiler/linker option flags
Forwarded: pending
Author: Orion Poplawski <orion@cora.nwra.com>
--- a/nxcompshad/configure.in
+++ b/nxcompshad/configure.in
@@ -7,8 +7,8 @@ AC_PREREQ(2.13)
 
 dnl Reset default compilation flags.
 
-CXXFLAGS="-O3"
-CPPFLAGS="-O3"
+CXXFLAGS="$CXXFLAGS -O3"
+CPPFLAGS="$CPPFLAGS -O3"
 
 dnl Reset default linking directives.