]> git.puffer.fish Git - mirror/frr.git/commit
configure: Add `-funwind-tables` 1041/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 24 Aug 2017 16:16:24 +0000 (12:16 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 28 Aug 2017 23:01:15 +0000 (19:01 -0400)
commitc594d99ffbda5f74ec3ecfc4589bf5dd3c6726d6
treed5c3df77dc9d0be306da22cb2eddc790c1aaeb20
parent2de0ee831699af491a2178dcb52055cacdfefb25
configure: Add `-funwind-tables`

Certain platforms( ARM comes to mind ) in order
to get a proper stack trace on crash you need
to compile with this value.  Since it only
slightly increases the size of the binary for
other platforms, I would consider it worthwhile
to include this directive.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
configure.ac