default again to current doc defaults

This commit is contained in:
Sergio R. Caprile 2023-12-20 17:35:11 -03:00
parent 365a731574
commit abab569778
2 changed files with 0 additions and 3 deletions

View File

@ -49,8 +49,6 @@ ifeq ($(TLS), mbedtls)
CFLAGS += -DMG_TLS=MG_TLS_MBED -Wno-conversion -Imbedtls/include CFLAGS += -DMG_TLS=MG_TLS_MBED -Wno-conversion -Imbedtls/include
CFLAGS += -DMBEDTLS_CONFIG_FILE=\"mbedtls_config.h\" mbedtls/library/*.c CFLAGS += -DMBEDTLS_CONFIG_FILE=\"mbedtls_config.h\" mbedtls/library/*.c
$(PROG): mbedtls $(PROG): mbedtls
else
CFLAGS += -DMG_TLS=MG_TLS_BUILTIN
endif endif
# Cleanup. Delete built program and all build artifacts # Cleanup. Delete built program and all build artifacts

View File

@ -13,7 +13,6 @@ SOURCES += mongoose.c net.c packed_fs.c
# Example specific build options. See README.md # Example specific build options. See README.md
CFLAGS += -DHTTP_URL=\"http://0.0.0.0/\" -DHTTPS_URL=\"https://0.0.0.0/\" CFLAGS += -DHTTP_URL=\"http://0.0.0.0/\" -DHTTPS_URL=\"https://0.0.0.0/\"
CFLAGS += -DMG_TLS=MG_TLS_BUILTIN
ifeq ($(OS),Windows_NT) ifeq ($(OS),Windows_NT)
RM = cmd /C del /Q /F /S RM = cmd /C del /Q /F /S