Skip to content
  • Matthew Pickering's avatar
    21a906c2
    Add -Winconsistent-flags warning · 21a906c2
    Matthew Pickering authored and Krzysztof Gogolewski's avatar Krzysztof Gogolewski committed
    The warning fires when inconsistent command line flags are passed.
    
    For example:
    
    * -dynamic-too and -dynamic
    * -dynamic-too on windows
    * -O and --interactive
    * etc
    
    This is on by default and allows users to control whether the warning is
    displayed and whether it should be an error or not.
    
    Fixes #22572
    21a906c2
    Add -Winconsistent-flags warning
    Matthew Pickering authored and Krzysztof Gogolewski's avatar Krzysztof Gogolewski committed
    The warning fires when inconsistent command line flags are passed.
    
    For example:
    
    * -dynamic-too and -dynamic
    * -dynamic-too on windows
    * -O and --interactive
    * etc
    
    This is on by default and allows users to control whether the warning is
    displayed and whether it should be an error or not.
    
    Fixes #22572
Loading