We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e104e0 commit 4791663Copy full SHA for 4791663
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