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 b95eb8d commit cd22244Copy full SHA for cd22244
.github/actions/ngen-build/action.yaml
@@ -199,8 +199,8 @@ runs:
199
if [ ${{ runner.os }} == 'macOS' ]
200
then
201
echo "fun:PyType_FromMetaclass" > /tmp/asan_ignore.txt
202
- export CFLAGS="$CFLAGS -fsanitize-ignorelist=/tmp/asan_ignore.txt"
203
- export CXXFLAGS="$CXXFLAGS -fsanitize-ignorelist=/tmp/asan_ignore.txt"
+ export CFLAGS="$CFLAGS -fsanitize-ignorelist=/tmp/asan_ignore.txt -fno-common"
+ export CXXFLAGS="$CXXFLAGS -fsanitize-ignorelist=/tmp/asan_ignore.txt -fno-common"
204
fi
205
. .venv/bin/activate
206
[ ! -d "$BOOST_ROOT" ] && echo "Error: no Boost root found at $BOOST_ROOT" && exit 1
0 commit comments