Skip to content

Commit 4937317

Browse files
committed
DEV: Seperate compilation
1 parent 71861e3 commit 4937317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lpython/python_kernel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ namespace LCompilers::LPython {
8080
e.compiler_options.interactive = true;
8181
e.compiler_options.po.disable_main = true;
8282
e.compiler_options.emit_debug_line_column = false;
83-
e.compiler_options.generate_object_code = false;
83+
e.compiler_options.separate_compilation = false;
8484
}
8585
virtual ~custom_interpreter() = default;
8686

0 commit comments

Comments
 (0)