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.
/GR /EHsc
1 parent 034b8a7 commit 58aaf5eCopy full SHA for 58aaf5e
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
- runs-on: windows-2022
80
python: '3.12'
81
args: >
82
- -DCMAKE_CXX_FLAGS="/DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
+ -DCMAKE_CXX_FLAGS="/DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT /GR /EHsc"
83
84
name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
85
runs-on: ${{ matrix.runs-on }}
0 commit comments