Skip to content

Command-line option to disable path length report and rtl map #60

@matthew-humphrey

Description

@matthew-humphrey

Currently the compiler is producing a <prefix>PathLength.pdrpt and <prefix>RtlMap.json file for each exported class. On Github test runners, these files consume limited disk space and can lead to an out of disk space error.

There is no straightforward way to disable this behavior. Passing the --debug flag to the compiler will disable the path length report, but it has other potentially undesirable consequences. The RTL map is always produced.

There should be a way to disable both of these reports without any other change in compiler behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions