Emitting proper lines and files, coding in the language!
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -176,7 +176,7 @@ int main(int argument_count, char **arguments){
|
||||
system((const char *)run_program.str);
|
||||
}
|
||||
#else
|
||||
emit_line_directives = false;
|
||||
emit_line_directives = true;
|
||||
F64 total_time = os_time();
|
||||
begin_compilation();
|
||||
Ast_Module *module = add_module(pctx->intern("main.kl"_s));
|
||||
|
||||
Reference in New Issue
Block a user