Fixing Cmake file and making dbg files build by default

This commit is contained in:
Gustavo Varo 2025-03-05 17:33:44 -05:00
parent 0ced3c5216
commit d96f00af2a
3 changed files with 18 additions and 16 deletions

View file

@ -108,9 +108,4 @@ extern "C" __declspec(dllexport) HRESULT CALLBACK mi_help(PDEBUG_CLIENT Client,
extern "C" __declspec(dllexport) HRESULT CALLBACK mi_dump_stats(PDEBUG_CLIENT client, PCSTR args) {
return S_OK;
}
extern "C" __declspec(dllexport) HRESULT CALLBACK mi_dump_options(PDEBUG_CLIENT client, PCSTR args) {
mi_options_print();
return S_OK;
}