From bd8d94aa6909f7b5933ddea25c6a8e82f08f5832 Mon Sep 17 00:00:00 2001 From: Artturin Date: Sun, 22 Oct 2023 08:55:23 +0300 Subject: expand-response-params: explain what a "response file" is Co-authored-by: Adam Joseph --- pkgs/build-support/expand-response-params/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pkgs/build-support/expand-response-params/default.nix') diff --git a/pkgs/build-support/expand-response-params/default.nix b/pkgs/build-support/expand-response-params/default.nix index 9371b770236..7ce15e98c8d 100644 --- a/pkgs/build-support/expand-response-params/default.nix +++ b/pkgs/build-support/expand-response-params/default.nix @@ -1,5 +1,12 @@ { stdenv }: +# A "response file" is a sequence of arguments that is passed via a +# file, rather than via argv[]. + +# For more information see: +# https://gcc.gnu.org/wiki/Response_Files +# https://www.intel.com/content/www/us/en/docs/dpcpp-cpp-compiler/developer-guide-reference/2023-0/use-response-files.html + stdenv.mkDerivation { name = "expand-response-params"; src = ./expand-response-params.c; -- cgit 1.4.1