We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef72b90 commit c44bab2Copy full SHA for c44bab2
script/ci-build-libsass
@@ -58,9 +58,9 @@ fi
58
if [ "x$CC" == "xclang" ]; then
59
if [ "x$COVERAGE" != "xyes" ]; then
60
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
61
- export EXTRA_CFLAGS="$EXTRA_CFLAGS -fsanitize=address"
62
- export EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -fsanitize=address"
63
- export EXTRA_LDFLAGS="$EXTRA_LDFLAGS -fsanitize=address"
+ export EXTRA_CFLAGS="$EXTRA_CFLAGS -g -fsanitize=address"
+ export EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -g -fsanitize=address"
+ export EXTRA_LDFLAGS="$EXTRA_LDFLAGS -g -fsanitize=address"
64
fi
65
66
0 commit comments