Skip to content

Commit

Permalink
nvcc: Support option files
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard authored and sylvestre committed Sep 28, 2023
1 parent 0e31f62 commit 80c033c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/nvcc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ counted_array!(pub static ARGS: [ArgInfo<gcc::ArgData>; _] = [
take_arg!("--maxrregcount", OsString, CanBeSeparated('='), PassThrough),
flag!("--no-host-device-initializer-list", PreprocessorArgumentFlag),
take_arg!("--nvlink-options", OsString, CanBeSeparated('='), PassThrough),
take_arg!("--options-file", PathBuf, CanBeSeparated('='), ExtraHashFile),
flag!("--optix-ir", DoCompilation),
flag!("--ptx", DoCompilation),
take_arg!("--ptxas-options", OsString, CanBeSeparated('='), PassThrough),
Expand Down

0 comments on commit 80c033c

Please sign in to comment.