[Tile-serving] [osm2pgsql] Add cmake build scripts and appveyor.yml (#460)

Paul Norman notifications at github.com
Sun Oct 18 01:23:23 UTC 2015


> @pnorman : would you prefer optional CXXFLAGS like -Werror -pedantic -Wall as variable or inside CMakeLists.txt?

Outside - ideally we shouldn't be hard-coding *any* flags but telling cmake we want all warnings. We shouldn't be specifying `-Werror` in the build system.

Within Travis is different - we want to check code quality pre-merge, so any warnings should cause the Travis build to fail and we want the compiler to be very picky hence `-Werror -Wall -pedantic` in order to stop problems from sneaking in.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/460#issuecomment-148965577
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151017/b6719b4c/attachment.html>


More information about the Tile-serving mailing list