diff options
| author | Roy Marples <roy@marples.name> | 2019-11-04 19:56:32 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-11-04 19:56:32 +0000 |
| commit | e4aa0af49d0588c83e955f3a32064139bb61b7fc (patch) | |
| tree | 78dfe7a7f1cbefb704c20d458f2822ced764335c /configure | |
| parent | 0654ec3d63beec42135fee764f43949248a60bc8 (diff) | |
| download | dhcpcd-e4aa0af49d0588c83e955f3a32064139bb61b7fc.tar.xz | |
build: make prior output more pretty
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
