Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit ee24b910a1 - Show all commits

View File

@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
#export NIX_DEBUG=6
clang -fompss-2 hello.c -o hello
./hello
clang -fompss-2 hello.cc -o hello
clang++ -fompss-2 hello.cc -o hello
./hello
'';