Enable NIX_DEBUG = 1 in the clang-ompss2 test
Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
parent
3f17a489ef
commit
ff34ab5732
@ -5,9 +5,9 @@ stdenv.mkDerivation rec {
|
|||||||
name = "test-clang-ompss2";
|
name = "test-clang-ompss2";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
buildInputs = [ clang-ompss2 nanos6 ];
|
buildInputs = [ clang-ompss2 nanos6 ];
|
||||||
|
NIX_DEBUG = 1;
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
#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
|
||||||
|
Loading…
Reference in New Issue
Block a user