[clinfo] 135/148: Append to CFLAGS, don't overwrite

Andreas Beckmann anbe at moszumanska.debian.org
Mon Nov 17 14:09:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch clinfo
in repository clinfo.

commit 27fe7b14aeb94a63e16f7ddba7aea20ea7ef2c97
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date:   Mon Nov 10 14:42:04 2014 +0100

    Append to CFLAGS, don't overwrite
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 5ecf4a6..31becf5 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ else
   LDLIBS=-lOpenCL
 endif
 
-CFLAGS=-g -Wall
+CFLAGS+=-g -Wall
 
 clinfo:
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/clinfo.git



More information about the Pkg-opencl-commits mailing list