Skip to content

Commit

Permalink
Add note about ASAN to macOS section
Browse files Browse the repository at this point in the history
  • Loading branch information
AlnisS committed Nov 6, 2023
1 parent 205863a commit 2b31633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ You need Linux or macOS. On Windows, we recommend installing the Windows Subsyst
- Install [Eigen]("https://formulae.brew.sh/formula/eigen#default") via homebrew `brew install eigen`
- Locate Eigen files and move them to `vendor/eigen3/Eigen` under the LOST repository
- Install [groff]("https://formulae.brew.sh/formula/groff#default") via homebrew `brew install groff`
- If you get errors mentioning 'ASAN' or 'AddressSanitizer', try `make clean` and then `make LOST_DISABLE_ASAN=1` to disable ASAN. See the Linux section above for more details.

### Building

Expand Down

0 comments on commit 2b31633

Please sign in to comment.