finish basic function of repl

This commit is contained in:
ValKmjolnir
2023-09-17 17:56:59 +08:00
parent b77d7fafb1
commit 3e01239722
8 changed files with 63 additions and 32 deletions

View File

@@ -237,7 +237,8 @@ void dbg::run(
const std::vector<std::string>& argv,
bool profile,
bool show_all_prof_result) {
verbose = true;
set_detail_report_info(true);
do_profiling = profile || show_all_prof_result;
const auto& file_list = linker.get_file_list();