mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove valgrind note about linux only support
Update the valgrind debugging documentation to remove the notes about being linux only as 3.11.0[1] introduces preliminary support for Mac OSX 10.11 (El Capitan). [1]: http://valgrind.org/docs/manual/dist.news.html
This commit is contained in:
parent
668c006cf3
commit
16d67f4e87
1 changed files with 2 additions and 2 deletions
|
@ -862,8 +862,8 @@ such as Valgrind.
|
|||
|
||||
### Valgrind
|
||||
|
||||
[Valgrind](http://valgrind.org/) is a Linux-only application for detecting
|
||||
C-based memory leaks and race conditions.
|
||||
[Valgrind](http://valgrind.org/) is an application for detecting C-based memory
|
||||
leaks and race conditions.
|
||||
|
||||
There are Valgrind tools that can automatically detect many memory management
|
||||
and threading bugs, and profile your programs in detail. For example, if a C
|
||||
|
|
Loading…
Reference in a new issue