Struct cuda_oxide::module::LinkerOptions [−][src]
pub struct LinkerOptions {
pub debug_info: bool,
pub log_info: bool,
pub log_errors: bool,
pub verbose_logs: bool,
}Expand description
Linker options for CUDA, can generally just be defaulted.
Fields
debug_info: boolAdd debug symbols to emitted binary
log_info: boolCollect INFO logs from CUDA build/link, up to 16 MB, then emit to STDOUT
log_errors: boolCollect ERROR logs from CUDA build/link, up to 16 MB, then emit to STDOUT
verbose_logs: boolIncrease log verbosity
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LinkerOptionsimpl Send for LinkerOptionsimpl Sync for LinkerOptionsimpl Unpin for LinkerOptionsimpl UnwindSafe for LinkerOptionsBlanket Implementations
Mutably borrows from an owned value. Read more