mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Add debug flag to check IR after specialization
This commit is contained in:
parent
b6c9c7c145
commit
a2b506ab1b
3 changed files with 28 additions and 2 deletions
|
@ -119,6 +119,9 @@ flags! {
|
|||
|
||||
// ===Mono===
|
||||
|
||||
/// Type-checks the mono IR after specialization.
|
||||
ROC_CHECK_MONO_IR
|
||||
|
||||
/// Writes a pretty-printed mono IR to stderr after function specialization.
|
||||
ROC_PRINT_IR_AFTER_SPECIALIZATION
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue