[postgis-tickets] r15018 - Use -O0 for test builds, add reference to postgis-docker

Sandro Santilli strk at kbt.io
Thu Jul 21 10:44:44 PDT 2016


Author: strk
Date: 2016-07-21 10:44:43 -0700 (Thu, 21 Jul 2016)
New Revision: 15018

Modified:
   branches/2.1/.drone.yml
Log:
Use -O0 for test builds, add reference to postgis-docker

Removing the optimization flag reduces build time from ~40s to ~30s

Modified: branches/2.1/.drone.yml
===================================================================
--- branches/2.1/.drone.yml	2016-07-21 17:42:22 UTC (rev 15017)
+++ branches/2.1/.drone.yml	2016-07-21 17:44:43 UTC (rev 15018)
@@ -9,7 +9,7 @@
     image: docker.kbt.io/postgis/build-test:trisquel
     commands:
       - ./autogen.sh
-      - ./configure
+      - ./configure CFLAGS="-O0 -Wall"
       - make
   check:
     image: docker.kbt.io/postgis/build-test:trisquel



More information about the postgis-tickets mailing list