summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-11-04 19:56:32 +0000
committerRoy Marples <roy@marples.name>2019-11-04 19:56:32 +0000
commit4d56a1e6262f2f644e5f5685bd9d89dcca7a6e3a (patch)
tree78dfe7a7f1cbefb704c20d458f2822ced764335c /configure
parenta9b87bc9660f2516a3e4a2febfda24036c4b6e79 (diff)
downloaddhcpcd-4d56a1e6262f2f644e5f5685bd9d89dcca7a6e3a.tar.xz
build: make prior output more pretty
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bbc71db8..3520e0c1 100755
--- a/configure
+++ b/configure
@@ -373,6 +373,7 @@ if [ -z "$DEBUG" -a -d .git ]; then
DEBUG=yes
fi
if [ -n "$DEBUG" -a "$DEBUG" != no -a "$DEBUG" != false ]; then
+ echo "Adding debugging CFLAGS"
printf "Testing compiler supports address sanitisation ..."
cat <<EOF >_test.c
int main(void) {
@@ -389,7 +390,6 @@ EOF
fi
rm -rf _test.c _test
- echo "Adding debugging CFLAGS"
cat <<EOF >>$CONFIG_MK
CFLAGS+= -g -Wall -Wextra
CFLAGS+= -Wmissing-prototypes -Wmissing-declarations