Use clang++ for C++ tests
This commit is contained in:
parent
4b1d4c18af
commit
ee24b910a1
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
#export NIX_DEBUG=6
|
#export NIX_DEBUG=6
|
||||||
clang -fompss-2 hello.c -o hello
|
clang -fompss-2 hello.c -o hello
|
||||||
./hello
|
./hello
|
||||||
clang -fompss-2 hello.cc -o hello
|
clang++ -fompss-2 hello.cc -o hello
|
||||||
./hello
|
./hello
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user