diff options
| author | Roy Marples <roy@marples.name> | 2019-11-28 12:22:28 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-11-28 12:22:28 +0000 |
| commit | 5a60e41dd61a1938881a3c8866e955ebdcb4b2b9 (patch) | |
| tree | 586d2d45f2fbe6b851ec75a7d2a1198fc6dbaf89 /configure | |
| parent | d5aadbad9fbf138040b0245d36d2fde98f36981a (diff) | |
| download | dhcpcd-5a60e41dd61a1938881a3c8866e955ebdcb4b2b9.tar.xz | |
build: Add -Wundef to debugging CFLAGS
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -393,7 +393,7 @@ EOF rm -rf _test.c _test cat <<EOF >>$CONFIG_MK -CFLAGS+= -g -Wall -Wextra +CFLAGS+= -g -Wall -Wextra -Wundef CFLAGS+= -Wmissing-prototypes -Wmissing-declarations CFLAGS+= -Wmissing-format-attribute -Wnested-externs CFLAGS+= -Winline -Wcast-align -Wcast-qual -Wpointer-arith |
