Skip to content

Commit 4791663

Browse files
committed
Fix missing newline
1 parent 6e104e0 commit 4791663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jit-compiler/src/compiler.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ fn cargo_toml(opt_level: Option<u32>) -> String {
8484
}
8585
}
8686

87-
const DEBUG: bool = false;
87+
const DEBUG: bool = true;
8888

8989
/// Compiles the given code and returns the path to the
9090
/// temporary directory containing the compiled library

0 commit comments

Comments
 (0)