We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0414a6 commit 041f734Copy full SHA for 041f734
jit-compiler/src/compiler.rs
@@ -84,7 +84,7 @@ fn cargo_toml(opt_level: Option<u32>) -> String {
84
}
85
86
87
-const DEBUG: bool = false;
+const DEBUG: bool = true;
88
89
/// Compiles the given code and returns the path to the
90
/// temporary directory containing the compiled library
0 commit comments