From 1d1ec9e0a58b1ee09d8e1e631e62a15d9ebee31d Mon Sep 17 00:00:00 2001 From: Aaron Gokaslan Date: Sun, 13 Feb 2022 15:28:48 -0500 Subject: [PATCH] Set to Debug to expose segfault --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 956f376dd..d67a3584a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -403,7 +403,7 @@ jobs: -DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)") \ -DCMAKE_CXX_FLAGS="-Wc,--pending_instantiations=0" \ -DPYBIND11_TEST_FILTER="test_smart_ptr.cpp;test_virtual_functions.cpp" \ - -DCMAKE_BUILD_TYPE=Release + -DCMAKE_BUILD_TYPE=Debug # Building before installing Pip should produce a warning but not an error - name: Build