mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #262675 from Artturin/addcomment
expand-response-params: explain what a "response file" is
This commit is contained in:
commit
41222ebcf2
@ -1,5 +1,12 @@
|
|||||||
{ stdenv }:
|
{ 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 {
|
stdenv.mkDerivation {
|
||||||
name = "expand-response-params";
|
name = "expand-response-params";
|
||||||
src = ./expand-response-params.c;
|
src = ./expand-response-params.c;
|
||||||
|
Loading…
Reference in New Issue
Block a user