Skip to content

Commit

Permalink
Merge pull request #988 from openmultiplayer/hual/nodynload
Browse files Browse the repository at this point in the history
Disable dynamic DLL loading for AMX runtime
  • Loading branch information
AmyrAhmady authored Sep 25, 2024
2 parents b4d411c + 25f1dc2 commit a2cc944
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 a2cc944

Please sign in to comment.