mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-03-23 16:33:35 +08:00
Remove unused compile options
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user