From 7ee9051a56ca0c04e6b60f53b9dfe47c75596496 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 27 May 2018 10:49:14 +0100 Subject: IR now builds with the new package system --- src/main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 9b08fda1f..733e45c30 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -14,11 +14,9 @@ #include "parser.cpp" #include "docs.cpp" #include "checker.cpp" -#if 0 #include "ir.cpp" #include "ir_opt.cpp" #include "ir_print.cpp" -#endif // NOTE(bill): 'name' is used in debugging and profiling modes i32 system_exec_command_line_app(char *name, bool is_silent, char *fmt, ...) { @@ -811,7 +809,7 @@ int main(int arg_count, char **arg_ptr) { check_parsed_files(&checker); -#if 0 +#if 1 if (build_context.no_output_files) { if (build_context.show_timings) { show_timings(&checker, &timings); -- cgit v1.2.3