diff options
| author | gingerBill <bill@gingerbill.org> | 2018-05-27 10:49:14 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-05-27 10:49:14 +0100 |
| commit | 7ee9051a56ca0c04e6b60f53b9dfe47c75596496 (patch) | |
| tree | 619c13b7d86105fcfda13d315c0c315e7005630a /src/main.cpp | |
| parent | eb11edabe092541144cd3ba18b09bd11fcf7a958 (diff) | |
IR now builds with the new package system
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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); |