We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85414cf commit 7e668dfCopy full SHA for 7e668df
tutorials/mqtt/mqtt-client-aws-iot/Makefile
@@ -4,6 +4,8 @@ OUT ?= -o $(PROG) # Compiler argument for output file
4
CFLAGS = -W -Wall -Wextra -g -I. # Build options
5
SOURCES = main.c mongoose.c mongoose_fs.c
6
7
+CFLAGS_EXTRA ?= -DMG_TLS=MG_TLS_BUILTIN
8
+
9
# Mongoose build options. See https://mongoose.ws/documentation/#build-options
10
CFLAGS_MONGOOSE += -DMG_ENABLE_PACKED_FS=1
11
0 commit comments