Force signature dictionary full rebuild

Launch times become slower in debug builds due to the many added signatures; force full rebuild of dictionary.
This commit is contained in:
Kawe Mazidjatari 2023-01-23 02:24:41 +01:00
parent 094a6e4fa5
commit eede2b65f3

View File

@ -7,7 +7,7 @@
#define SIGDB_DICT_SIZE 20
#define SIGDB_MAJOR_VERSION 0x1 // Increment when library changes are made.
#define SIGDB_MINOR_VERSION 0x6 // Increment when SDK updates are released.
#define SIGDB_MINOR_VERSION 0x7 // Increment when SDK updates are released.
#ifdef DEDICATED
#define SIGDB_FILE "cfg\\server\\startup.bin"