diff options
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ CPPFLAGS += $(INCLUDES) \ -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 \ $($*-CPPFLAGS) CFLAGS += -std=gnu99 $(gnu89-inline-CFLAGS) -Wall -Werror=old-style-definition \ + -Werror=implicit-function-declaration -Werror=strict-prototypes \ -g -O3 -fno-strict-aliasing $($*-CFLAGS) # Include the configure-generated file of parameters. |