diff WordCount/Makefile @ 4:641eef31681e

non bloking clEnqueuReadBuffer
author Yutaka_Kinjyo
date Thu, 28 Jul 2011 10:55:36 +0900
parents 1a32564347d5
children
line wrap: on
line diff
--- a/WordCount/Makefile	Mon Jul 25 21:19:42 2011 +0900
+++ b/WordCount/Makefile	Thu Jul 28 10:55:36 2011 +0900
@@ -2,6 +2,7 @@
 CC = g++
 WARN = -Wall
 CCFLAGS = -g #-isysroot /Developer/SDKs/MacOSX10.6.sdk
+#CCFLAGS = -g -DBLOKING #-isysroot /Developer/SDKs/MacOSX10.6.sdk
 LIBS = -framework OpenCL #-lclsdk
 
 HEADERS = $(shell ls *.h)