Skip to content

Commit 5664dfe

Browse files
committed
Update README
1 parent 149756e commit 5664dfe

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
## Building
3535

36-
1. Install Rust nightly and the Yarn package manager (for building the GUI)
36+
1. Install GCC, Rust and the Yarn package manager (for building the GUI)
3737
2. Build it:
3838

3939
$ cargo build --release -p memory-profiler
@@ -291,9 +291,6 @@ Whenever to use a more intrusive, faster unwinding algorithm; enabled by default
291291
Setting it to `0` will on average significantly slow down unwinding. This option
292292
is provided only for debugging purposes.
293293

294-
Currently supported only on Rust nightly; when compiled on stable this option is ignored
295-
and the shadow stack is never used.
296-
297294
## Enabling full debug logs
298295

299296
By default the profiler is compiled with most of its debug logs disabled for performance reasons.

0 commit comments

Comments
 (0)