Commit aad760e7 authored by Anders Kaseorg's avatar Anders Kaseorg Committed by Keith Winstein
Browse files

Make warning CXXFLAGS configurable



This turns off -Werror by default except in the Debian package.
-Werror is inherently unportable and breaks things on OS X.  While it
can cause problems in Debian too, this is at least a little better.

It also turns off -pedantic in src/protobufs, because apparently
protoc output doesn’t compile with -pedantic on all platforms.

Signed-off-by: default avatarAnders Kaseorg <andersk@mit.edu>
parent 8fa8bac3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment