Make iris work with compile script.
[c11concurrency-benchmarks.git] / iris / Makefile
index a2ee497d87de3460fed96b0e78bf387bfc46b40c..c8b8d2bca5b1145bce9372c76fa9337350a5e8cf 100644 (file)
@@ -10,7 +10,7 @@ IRIS_TEST2_OBJS = $(IRIS_OBJS) test2.o
 PROGRAM = libiris.so
 #PROGRAM = main
 #compiler
-CC = g++
+CC = ../clang++
 
 CACHELINE_SIZE =
 OS := $(shell uname)