1
1
Fork 0

Add warning flags to build config

b1.0
Sandro Santilli 2016-07-18 10:34:52 +02:00
parent c2c8a15f72
commit c1ddb2392b
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ test:
- apt-get install -t sid -y libgeos-dev
- geos-config --version || true
- ./autogen.sh
- ./configure
- ./configure CFLAGS="-Wall -g -O2"
- make
- make distcheck