mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-25 22:20:49 +08:00
default to built-in TLS without preventing other choices
This commit is contained in:
parent
85414cfec2
commit
7e668df1fe
@ -4,6 +4,8 @@ OUT ?= -o $(PROG) # Compiler argument for output file
|
||||
CFLAGS = -W -Wall -Wextra -g -I. # Build options
|
||||
SOURCES = main.c mongoose.c mongoose_fs.c
|
||||
|
||||
CFLAGS_EXTRA ?= -DMG_TLS=MG_TLS_BUILTIN
|
||||
|
||||
# Mongoose build options. See https://mongoose.ws/documentation/#build-options
|
||||
CFLAGS_MONGOOSE += -DMG_ENABLE_PACKED_FS=1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user