Skip to content

WIP: Enable -fdefault-eraseable

TimePath requested to merge TimePath/default-eraseable into master

Removes any unused functions from the final output, so we don't need to mark everything as ERASEABLE.
Instead, mark functions with no references which should be retained with EXPORT.

Requires the fix in gmqcc@c3f9d293, or something better which also works for globals. Without the fix, none of the non-const globals are assigned their initial value.

Edited by Mario

Merge request reports