HBehrens / puncover

Analyses C/C++ build output for code size, static variables, and stack usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration file instead of parameters

HBehrens opened this issue · comments

With a growing set of capabilities such as #17 or #16 passing information as arguments becomes unmaintainable. Instead, there should be a configuration file.

This is also allows for projects to put sane defaults into the repository with the rest of the code.