Switch examples on Unix from using g++ to clang++

This commit is contained in:
Dmitry Babokin
2013-10-09 14:05:19 +04:00
parent 8297edd251
commit 99df2d9dbf
3 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
CXX=g++ -m64
CXX=clang++ -m64
CXXFLAGS=-Iobjs/ -g3 -Wall
ISPC=ispc
ISPCFLAGS=-O2 --instrument --arch=x86-64 --target=sse2