We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5d895 commit bb8d620Copy full SHA for bb8d620
1 file changed
.github/workflows/tests.yml
@@ -127,7 +127,7 @@ jobs:
127
git clone --depth 1 --branch main https://github.com/libsemigroups/libsemigroups.git
128
cd libsemigroups
129
./autogen.sh
130
- ./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --disable-hpcombi --with-external-fmt
+ ./configure CXX="${{ matrix.compiler }}" CXXFLAGS="-O2 -g" --disable-hpcombi --with-external-fmt
131
sudo make install -j8
132
ccache -s
133
- name: "Pip install libsemigroups_pybind11 . . ."
0 commit comments