You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, the documentation say that -fexperimental-modules-reduced-bmi can be used with --precompile and generate reduced bmi where -fmodule-ouput= is set
It is also possible to produce a Reduced BMI with the two-phase compilation model. When -fexperimental-modules-reduced-bmi, --precompile, and -fmodule-output= are specified, the generated BMI specified by -o will be a full BMI and the BMI specified by -fmodule-output= will be a Reduced BMI.