Skip to content

Commit 25f1dc2

Browse files
committed
Disable dynamic DLL loading for AMX runtime
1 parent b4d411c commit 25f1dc2

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)