Skip to content

Commit

Permalink
Update doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Aug 22, 2024
1 parent fa14bc6 commit 818ad87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,7 @@ ASAN_OPTIONS=halt_on_error=1:detect_leaks=1 ./objs/srs -c conf/console.conf
Highly recommend to enable ASAN because it works great.

### ASAN: CentOS

For CentOS, you can install ASAN by:

```bash
yum install -y libasan
```
### ASAN: Preload

If you encounter the following error:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,7 @@ ASAN_OPTIONS=halt_on_error=1:detect_leaks=1 ./objs/srs -c conf/console.conf

ASAN检查内存问题很准确,推荐开启。

### ASAN: CentOS

对于CentOS平台,你可以通过以下命令安装ASAN:

```bash
yum install -y libasan
```
### ASAN: Preload

如果你遇到下面的错误:

Expand Down

0 comments on commit 818ad87

Please sign in to comment.