[server] Update project configuration

* Add `AMX_NODYNALOAD` preprocessor definition
* Enable String Pooling
This commit is contained in:
RD42 2024-06-23 18:27:40 +08:00
parent 7dbd5a2c52
commit dd6a4fa318

View File

@ -69,7 +69,8 @@
Name="VCCLCompilerTool"
Optimization="3"
InlineFunctionExpansion="1"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;SAMPSRV"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;SAMPSRV;AMX_NODYNALOAD"
StringPooling="TRUE"
MinimalRebuild="TRUE"
RuntimeLibrary="0"
BufferSecurityCheck="FALSE"