Allow -Werror and similar when guarded by a manual flag
Improve the package description check for -Werror and similar flags so that they are allowed so long as they're not enabled by default. We check the conditions that they're guarded by to make sure they're always false (given the default values of the manual flags). Also extend the error messages to explain how to use these flags with conditionals.
Please register or sign in to comment