diff extensions/CMakeLists.txt @ 1436:ad50ef2eddea

dbg_dict_dump: new extension to dump dictionary when loaded Add extension dbg_dict_dump to log the dictionary when loaded. Remove debug code in extension dict_dcca_3gpp to log the vendor dictionary if the config file is the word "dumpdict" that I added on 2020-02-19.
author Luke Mewburn <luke@mewburn.net>
date Tue, 25 Feb 2020 09:45:15 +1100
parents e99e8f20b346
children 159d80986d85
line wrap: on
line diff
--- a/extensions/CMakeLists.txt	Wed Feb 19 18:12:45 2020 +1100
+++ b/extensions/CMakeLists.txt	Tue Feb 25 09:45:15 2020 +1100
@@ -88,6 +88,7 @@
 ####
 # Debug & test extensions
 
+FD_EXTENSION_SUBDIR(dbg_dict_dump   "Log dictionary dump"                            ON)
 FD_EXTENSION_SUBDIR(dbg_loglevel "Read loglevel from file -- allows runtime change"  ON)
 FD_EXTENSION_SUBDIR(dbg_monitor     "Outputs periodical status information"              ON)
 FD_EXTENSION_SUBDIR(dbg_msg_timings "Show some timing information for messages"      ON)
"Welcome to our mercurial repository"