]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
For some reason -g is not ending up in CFLAGS for some builds in Travis,
authorJoe Orton <jorton@apache.org>
Mon, 26 Jul 2021 11:35:54 +0000 (11:35 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 26 Jul 2021 11:35:54 +0000 (11:35 +0000)
which is likely a configure script bug of some kind.

Work around it by defaulting CFLAGS to -g which should be always
harmless.
e.g. https://travis-ci.com/github/apache/httpd/jobs/526267899

Github: closes #205

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891806 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 5b61438e3a9ad6e4a7434ce9361e90db07d97bd0..ad0cc7dee1a090925d9e25c4592806efd60f7919 100644 (file)
@@ -32,6 +32,7 @@ addons:
 env:
   global:
     - MFLAGS=-j2
+    - CFLAGS=-g
 
 # This defines two condition anchors which can be used in job
 # definitions to either: