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 2e6b38e commit 0e2a6c8Copy full SHA for 0e2a6c8
.github/workflows/ubuntu_build.yml
@@ -186,7 +186,7 @@ jobs:
186
echo "*** current python version"
187
python -VV
188
echo "*** pip install pyodbc"
189
- python -m pip install .
+ CPPFLAGS=-UNDEBUG python -m pip install --verbose .
190
echo "*** pyodbc version"
191
python -c "import pyodbc; print(pyodbc.version)"
192
echo "*** pyodbc drivers"
0 commit comments