Enable NIX_DEBUG = 1 in the clang-ompss2 test

Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
Rodrigo Arias Mallo 2023-11-21 17:01:32 +01:00
parent 3f17a489ef
commit ff34ab5732

View File

@ -5,9 +5,9 @@ stdenv.mkDerivation rec {
name = "test-clang-ompss2";
src = ./.;
buildInputs = [ clang-ompss2 nanos6 ];
NIX_DEBUG = 1;
buildPhase = ''
#export NIX_DEBUG=6
clang -fompss-2 hello.c -o hello
./hello
clang++ -fompss-2 hello.cc -o hello