summarylogtreecommitdiffstats
path: root/0003-Don-t-overwrite-CXXFLAGS.patch
blob: a49e119c9e662327c8cbf55e42c39b93085f8e39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?q?Fabian_Kl=C3=B6tzl?= <fabian@kloetzl.info>
Date: Tue, 23 Feb 2016 19:21:54 +0000
Subject: Don't overwrite CXXFLAGS

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4e3ea8c..95ed625 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ OTHERFILES = USAGE.txt \
 
 # These options are for GCC/G++ --- you may have to change them if you
 # use a different compiler
-CXXFLAGS = -g -O3 -Wall -pedantic
+CXXFLAGS+= -g -O3 -Wall -pedantic
 
 all: transterm 2ndscore