mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-22 11:33:43 +01:00
undef FORTIFY_SOURCE
It's a bit annoying to undefine at configure or compile time. Signed-off-by: Arun Sharma <asharma@fb.com>
This commit is contained in:
parent
f85ca161c0
commit
59c197566f
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
|
||||
#define UNW_LOCAL_ONLY
|
||||
|
||||
#undef _FORTIFY_SOURCE
|
||||
#include <assert.h>
|
||||
#include <libunwind.h>
|
||||
#include <setjmp.h>
|
||||
|
|
Loading…
Reference in a new issue