Commit ff7c68c4 authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

build: add asan option to multi-arch/mode build

Make it possible to build node against Address Sanitizer.  Enable with:

    $ make -f Makefile.build asan=clang++ CC=clang CC_host=clang

PR-URL: https://github.com/node-forward/node/pull/24


Reviewed-By: default avatarFedor Indutny <fedor@indutny.com>
parent edaf7af3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment