It looks like the only modes that are available are none and favor_size
Error: Invalid optimization_mode for 'optimization_mode'. Valid modes:
@(require_results, optimization_mode = "whatever")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
none
favor_size
this is just an example to show available values. when i try running with speed i get this error:
Error: Invalid optimization_mode 'speed' for 'optimization_mode', mode has been removed due to confusion, but 'favor_size' has the same behaviour
can someone explain this?