mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-01-28 01:27:16 +01:00
Updated compile flag
This commit is contained in:
parent
8a2db29e11
commit
37a91aaad0
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ icwmpd_CFLAGS = \
|
|||
$(LIBUBUS_CFLAGS) \
|
||||
$(MICROXML_CFLAGS) \
|
||||
$(LIBCURL_CFLAGS) \
|
||||
-Wall -Wextra \
|
||||
-Wall -Wextra -Werror \
|
||||
-Wformat
|
||||
|
||||
icwmpd_LDFLAGS = \
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ AC_INIT([icwmp], [1.0], [dev@iopsys.eu])
|
|||
AM_INIT_AUTOMAKE
|
||||
AC_CONFIG_SRCDIR([cwmp.c])
|
||||
|
||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
|
||||
|
||||
# additional options
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue