diff options
Diffstat (limited to 'unittest/Makefile')
-rw-r--r-- | unittest/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unittest/Makefile b/unittest/Makefile index 7606c65..aa9d53a 100644 --- a/unittest/Makefile +++ b/unittest/Makefile @@ -1,5 +1,6 @@ CC = $(PREFIX)-gcc -CXX = $(PREFIX)-g++ +#CXX = $(PREFIX)-g++ +CXX = clang++-3.6 LD = $(CXX) INCLUDE = -I../include -ICatch/single_include/ |