Skip to content

Make debug `Bool` not `Int` in `StgToCmmConfig`

John Ericson requested to merge wip/stg-to-cmm-simplify-debug into master

We don't need any more resolution than this.

Rename the field to stgToCmmEmitDebugInfo to indicate it is no longer conveying any "level" information.

Edited by John Ericson

Merge request reports