Skip to content
  • Ben Gamari's avatar
    configure: Use -Werror to check for existence of -no-pie · cbd73bbb
    Ben Gamari authored and Ben Gamari's avatar Ben Gamari committed
    Clang throws a warning instead of an error when it is passed -no-pie,
    
        clang: warning: argument unused during compilation: '-nopie'
        [-Wunused-command-line-argument]
    
    Consequently configure concludes that it supports -no-pie. However, this
    will fail when used with -Werror. The solution is to simply use -Werror
    in the configure check.
    
    Thanks to @goldfire for reporting this.
    
    Reviewers: hvr
    
    Subscribers: thomie, carter, goldfire
    
    Differential Revision: https://phabricator.haskell.org/D4557
    cbd73bbb