The Make build runner currently retrieves its build_options from flow_make_options. However, this variable is defined only in the generic flow, which causes the option to be ignored in all other flows. To fix this, flow_make_options should be defined in the Edaflow parent class, ensuring that it is properly inherited and available to all child flows.