diff options
author | Szczepan Zalega <szczepan.zalega@gmail.com> | 2016-03-05 17:10:39 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan.zalega@gmail.com> | 2016-03-05 17:10:39 +0100 |
commit | 79ac597fca7ea8d8e9e4e399d4dcbd232af4c7cb (patch) | |
tree | 290bf2c78565ac2c6d715adb94385c14c7179f52 /unittest | |
parent | d92707ca48137b47800006a09539470acb4e4d69 (diff) | |
download | libnitrokey-79ac597fca7ea8d8e9e4e399d4dcbd232af4c7cb.tar.gz libnitrokey-79ac597fca7ea8d8e9e4e399d4dcbd232af4c7cb.tar.bz2 |
changing compiler to clang-3.6
Diffstat (limited to 'unittest')
-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/ |