File: allow_cxx_override.patch

package info (click to toggle)
swarm-cluster 3.1.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,504 kB
  • sloc: cpp: 7,525; python: 200; makefile: 131; sh: 13
file content (13 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: allow to override $CXX
Author: Sascha Steinbiss <satta@debian.org>
--- a/src/Makefile
+++ b/src/Makefile
@@ -117,7 +117,7 @@
 
 LINKFLAGS = $(COMMON) $(LINKOPT) $(LDFLAGS)
 
-CXXFLAGS = $(COMMON) $(WARNINGS)
+CXXFLAGS += $(COMMON) $(WARNINGS)
 
 PROG = swarm