[med-svn] [transtermhp] 03/03: Don't overwrite CXXFLAGS
Fabian Klötzl
kloetzl-guest at moszumanska.debian.org
Tue Feb 23 20:03:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
kloetzl-guest pushed a commit to branch patch-queue/master
in repository transtermhp.
commit 55d514fcf4e58e6000512e5ef54650b8f3345081
Author: Fabian Klötzl <fabian at kloetzl.info>
Date: Tue Feb 23 19:21:54 2016 +0000
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/transtermhp.git
More information about the debian-med-commit
mailing list