Skip to content

Commit

Permalink
add note for folly users
Browse files Browse the repository at this point in the history
  • Loading branch information
xgdgsc committed Oct 26, 2020
1 parent 7cf6cc9 commit 643bccc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ errors (segfault, abort, un-handled exception...), simply add a copy of
`backward.cpp` to your project, and don't forget to tell your build system.

The code in `backward.cpp` is trivial anyway, you can simply copy what it's
doing at your convenience.
doing at your convenience.

Note for [folly](https://github.com/facebook/folly) library users: must define `backward::SignalHandling sh;` after `folly::init(&argc, &argv);`.

## Configuration & Dependencies

Expand Down

0 comments on commit 643bccc

Please sign in to comment.