Skip to content

Commit a2cc944

Browse files
authored
Merge pull request #988 from openmultiplayer/hual/nodynload
Disable dynamic DLL loading for AMX runtime
2 parents b4d411c + 25f1dc2 commit a2cc944

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ if(BUILD_SERVER)
5959
-DsNAMEMAX=63
6060
-DPAWN_CELL_SIZE=32
6161
-DAMX_FILENO_CHECKS
62+
-DAMX_NODYNALOAD
6263

6364
# Disable default amx_FindPublic implementation because we want our own more performant one
6465
# Also disable amx_Allot because we want to check if we have enough memory when we are passing data

0 commit comments

Comments
 (0)