Skip to content

Commit

Permalink
Merge pull request #78 from stroiman/readme-macos-leakcheck
Browse files Browse the repository at this point in the history
Fix instructions for leak check on macOS.
  • Loading branch information
tommie authored Jan 4, 2025
2 parents b7b3ee8 + 3a3732a commit 51cf69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ with leak checking enabled, since it isn't enabled by default on macOS. E.g. wit
installation of llvm, the tests can be run with

```
CXX=/usr/local/opt/llvm/bin/clang++ CC=/usr/local/opt/llvm/bin/clang go test -c --tags leakcheck -ldflags=-compressdwarf=false
CXX=$HOMEBREW_PREFIX/opt/llvm/bin/clang++ CC=$HOMEBREW_PREFIX/opt/llvm/bin/clang go test -c --tags leakcheck -ldflags=-compressdwarf=false
ASAN_OPTIONS=detect_leaks=1 ./v8go.test
```

Expand Down

0 comments on commit 51cf69c

Please sign in to comment.