From d1e945f442e8601eea0014ebb27cd57f10d52eec Mon Sep 17 00:00:00 2001 From: Olexa Bilaniuk Date: Tue, 16 Feb 2021 10:44:06 -0500 Subject: Add optional -Dcuda_ccbindir= option and -ccbin flag to CUDA compiler. Closes #8110. --- docs/markdown/Builtin-options.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/markdown') diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index 2d7c01c..e3805ac 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -194,6 +194,7 @@ or compiler being used: | cpp_thread_count | 4 | integer value ≥ 0 | Number of threads to use with emcc when using threads | | cpp_winlibs | see below | free-form comma-separated list | Standard Windows libs to link against | | fortran_std | none | [none, legacy, f95, f2003, f2008, f2018] | Fortran language standard to use | +| cuda_ccbindir | | filesystem path | CUDA non-default toolchain directory to use (-ccbin) *(Added in 0.57.1)* | The default values of `c_winlibs` and `cpp_winlibs` are in compiler-specific argument forms, but the libraries are: kernel32, -- cgit v1.1