* [TD-4198]<feature>: support AddressSanitizer on windows.
* fix compile flag.
* fix compile warning for early version visual c++.
* disable memory sanitizer by default.
* fix variable name
* add static lib link.
* [TD-3973]<feature>: add jemalloc as submodule.
* add macro definitions in cmake.
* [TD-3973]<feature>: use jemalloc.
build works as following instructions:
cmake .. -DJEMALLOC_ENABLED=true
make
* fix jemalloc at tag 5.2.1
* link jemalloc works.
* make install works.
* support jemalloc in release.sh.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>