File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,14 @@ if(CONFIG_LIBSODIUM)
52
52
# Flags
53
53
# ############################################################################
54
54
55
- set (CFLAGS -Wno-unused-function -Wno-undef -Wno-unused-variable
56
- -Wno-deprecated-declarations -Wno-shadow )
55
+ set (CFLAGS
56
+ -DDEV_MODE
57
+ -DCONFIGURED=1
58
+ -Wno-unused-function
59
+ -Wno-undef
60
+ -Wno-unused-variable
61
+ -Wno-deprecated-declarations
62
+ -Wno-shadow )
57
63
58
64
# ############################################################################
59
65
# Sources
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ LIBSODIUM_UNPACKTESTDIR = $(LIBSODIUM_UNPACKNAME)$(DELIM)test$(DELIM)default
33
33
34
34
CSRCS += $(shell find $(LIBSODIUM_UNPACKLIBDIR ) -name "* .c")
35
35
CFLAGS += ${INCDIR_PREFIX}$(APPDIR ) /crypto/libsodium/libsodium/src/libsodium/include/sodium
36
+ CFLAGS += -DDEV_MODE -DCONFIGURED=1
36
37
CFLAGS += -Wno-unused-function -Wno-undef -Wno-unused-variable -Wno-deprecated-declarations \
37
38
-Wno-shadow
38
39
You can’t perform that action at this time.
0 commit comments