diff options
| author | Jay Satiro <raysatiro@yahoo.com> | 2020-03-14 15:12:03 -0400 |
|---|---|---|
| committer | Jay Satiro <raysatiro@yahoo.com> | 2020-03-14 15:12:03 -0400 |
| commit | 3cdfd9a3af600edbe2b6235ef33f936ebaa6d8c1 (patch) | |
| tree | 4f48f30d1cd3963fd5efe4ab337355ef63cf6680 | |
| parent | 7ab590b0f4127410fb26ca5dfd0ab78a98cb93fc (diff) | |
| download | curl-bagder/data-urlencode.tar.gz | |
CFLAGS=-gbagder/data-urlencode
| -rwxr-xr-x | scripts/travis/script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
