Skip to content

Commit

Permalink
Merge pull request #396 from solleer/patch-1
Browse files Browse the repository at this point in the history
Remove default debugging output
  • Loading branch information
rbaghdadi committed Apr 6, 2023
2 parents e2d5f6b + bf027fa commit 7c6a4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tiramisu/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* the code generation step. Set to false to disable this.
* Halide IR will be printed even if ENABLE_DEBUG is set to false.
*/
#define PRINT_HALIDE_IR_AFTER_CODEGEN 1
#define PRINT_HALIDE_IR_AFTER_CODEGEN 0

/**
* Set to true to enable printing the final (fully simplified)
Expand Down

0 comments on commit 7c6a4e2

Please sign in to comment.