-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
Description
-
Make a new compiler option,
remove_unused_functions. By default it should be set toMix.env == :prod. Meaning by default it would be true only for production builds. -
In compiler, if
remove_unused_functionsis true, skip theFindUsedFunctionsphase. -
In the
Translatephase, whenremove_unused_functionsis false, set theusedfield equal to thedefinitionsfield. All other compilation should happen as normal
Reactions are currently unavailable