From 3cdfd9a3af600edbe2b6235ef33f936ebaa6d8c1 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Sat, 14 Mar 2020 15:12:03 -0400 Subject: CFLAGS=-g --- scripts/travis/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/script.sh b/scripts/travis/script.sh index 3f587640d..fe9b6ad5a 100755 --- a/scripts/travis/script.sh +++ b/scripts/travis/script.sh @@ -62,7 +62,7 @@ if [ "$T" = "normal" ]; then # Only done on Linux since we're not permitted to on mac. sudo rm -f /usr/bin/curl fi - ./configure --enable-warnings --enable-werror $C + ./configure --enable-warnings --enable-werror $C CFLAGS="-g -fno-omit-frame-pointer" make make examples if [ -z $NOTESTS ]; then -- cgit v1.2.1