We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdb9e5 commit 47ca0a2Copy full SHA for 47ca0a2
crates/cuda_builder/src/lib.rs
@@ -53,6 +53,7 @@ impl DebugInfo {
53
}
54
55
56
+#[derive(Debug, Clone, Copy, PartialEq)]
57
pub enum EmitOption {
58
LlvmIr,
59
Bitcode,
0 commit comments