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:
Arun Sharma 2011-10-15 22:57:01 -07:00
parent f85ca161c0
commit 59c197566f
1 changed files with 1 additions and 0 deletions

View File

@ -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>