Skip to content

Commit

Permalink
Automatically enable asan in Meson from Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Jun 27, 2020
1 parent 7d3dcfb commit f595cb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xcode-meson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ if [[ $CONFIGURATION == Release ]]; then
b_ndebug=true
fi
b_sanitize=none
if [[ -n "$ENABLE_ADDRESS_SANITIZER" ]]; then
b_sanitize=address
fi
log=$ISH_LOG
log_handler=nslog
jit=true
Expand Down

0 comments on commit f595cb2

Please sign in to comment.