Skip to content

Commit

Permalink
Disable dynamic DLL loading for AMX runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Hual committed Sep 24, 2024
1 parent b4d411c commit 25f1dc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ if(BUILD_SERVER)
-DsNAMEMAX=63
-DPAWN_CELL_SIZE=32
-DAMX_FILENO_CHECKS
-DAMX_NODYNALOAD

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

0 comments on commit 25f1dc2

Please sign in to comment.