Skip to content

Commit

Permalink
[bug] Add default value to print_preprocessed_ir (taichi-dev#3292)
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-hitonami authored Oct 27, 2021
1 parent 3c30e58 commit 6d4cb61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taichi/program/compile_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CompileConfig::CompileConfig() {
external_optimization_level = 3;
packed = false;
print_ir = false;
print_preprocessed_ir = false;
print_accessor_ir = false;
print_evaluator_ir = false;
print_benchmark_stat = false;
Expand Down

0 comments on commit 6d4cb61

Please sign in to comment.