Skip to content

Commit

Permalink
add asan_options
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Trofimov committed Sep 3, 2024
1 parent e30035e commit d27fb09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
set -e
cd /altv
node /root/setup/server.js
export ASAN_OPTIONS=halt_on_error=0:handle_abort=1:exitcode=0:verbosity=0:detect_leaks=1:detect_odr_violation=1:alloc_dealloc_mismatch=1:log_path=/altv/asan/asan.log
./altv-server "$@"

0 comments on commit d27fb09

Please sign in to comment.