curl-library
detecting debug autobuilds
From: Guenter Knauf <eflash_at_gmx.net>
Date: Tue, 7 Aug 2007 20:16:03 +0200
Date: Tue, 7 Aug 2007 20:16:03 +0200
Hi Daniel,
from what I see the summarize.pl does currently detect debug builds with:
- check for 'testcurl: CONFOPTS = --enable-debug'
- check for '* libcurl debug: ON'
is it possible that we also check for -DCURLDEBUG ?
--- summarize.pl.orig Tue Aug 07 00:38:50 2007
+++ summarize.pl Tue Aug 07 01:33:44 2007
@@ -563,6 +563,9 @@
elsif($line =~ /^\#define OS \"([^\"]*)\"/) {
$os=$1;
}
+ elsif($line =~ / -DCURLDEBUG /) {
+ $debug=1;
+ }
}
}
if($state) {
or would you prefer that I print a line like:
* libcurl debug: ON
from the Makefile while building?
Guen.
Received on 2007-08-07