Remove unused compile options

This commit is contained in:
Roger A. Light
2026-03-13 10:32:14 +00:00
parent 449df5a69b
commit a200d302c8
2 changed files with 0 additions and 7 deletions

View File

@@ -59,11 +59,6 @@ WITH_MEMORY_TRACKING:=yes
# but freed with the tracking function will trigger an abort.
#ALLOC_MISMATCH_ABORT:=yes
# Compile with database upgrading support? If disabled, mosquitto won't
# automatically upgrade old database versions.
# Not currently supported.
#WITH_DB_UPGRADE:=yes
# Comment out to remove publishing of the $SYS topic hierarchy containing
# information about the broker state.
WITH_SYS_TREE:=yes

View File

@@ -132,8 +132,6 @@ if(USE_LIBWRAP)
target_compile_definitions(mosquitto PRIVATE "WITH_WRAP")
endif()
option_env(INC_DB_UPGRADE "Include database upgrade support? (recommended)" ON)
if(INC_MEMTRACK)
target_compile_definitions(mosquitto PUBLIC "WITH_MEMORY_TRACKING")
endif()