Skip to content
  • Nick Mathewson's avatar
    Make the option-checker code work with osx clang · e6dbe693
    Nick Mathewson authored
    This is a matter of making gcc and friends squirm more loudly when
    they get an option they don't like (-pedantic) and making clang shut
    up with it gets an option it tolerates but doesnt know
    (-Qunknown-argument).
    
    Is there no better way?
    e6dbe693