mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[server] Update project configuration
* Add `AMX_NODYNALOAD` preprocessor definition * Enable String Pooling
This commit is contained in:
parent
7dbd5a2c52
commit
dd6a4fa318
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user