File: do-not-override-cxxflags.patch

package info (click to toggle)
paraclu 10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: cpp: 131; sh: 84; makefile: 21
file content (14 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: CXXFLAGS would be passed by debhelper, do not override
Author: Nilesh Patra <nilesh@debian.org>
Forwarded: not-needed
Last-Update: 2021-06-05
diff --git a/Makefile b/Makefile
index b2aebc5..5819d7b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,3 @@
-CXXFLAGS = -Wall -O3
-
 all: paraclu
 
 paraclu: paraclu.cc Makefile