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 <[email protected]> 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
