While working on a project with 30+ feature options I found myself needing to repeatedly toggle all of the features to test both the minimal and full build configurations.
My questions are:
- Is there any plan or interest in adding a built-in option (ideally per-subproject) that can enable or disable all feature options at once? Something like
-Ddisable_all_features=true (with a better variable name) that would proceed with the minimal build configuration.
- If not, do you think having this kind of feature could be useful and be aligned with Meson's development roadmap?
Thank you!
While working on a project with 30+ feature options I found myself needing to repeatedly toggle all of the features to test both the minimal and full build configurations.
My questions are:
-Ddisable_all_features=true(with a better variable name) that would proceed with the minimal build configuration.Thank you!