tests.cc-wrapper: Add NIX_CC_USE_RESPONSE_FILE check

This commit is contained in:
Artturin 2024-10-19 00:31:24 +03:00
parent 985072e2ce
commit 62f2fc1ae5

View File

@ -131,6 +131,9 @@ in stdenv.mkDerivation {
ASAN_OPTIONS=use_sigaltstack=0 ${emulator} ./sanitizers
''}
echo "Check whether CC with NIX_CC_USE_RESPONSE_FILE hardcodes all required binaries..." >&2
NIX_CC_USE_RESPONSE_FILE=1 ${CC} -v
touch $out
'';