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.
--with-strict-overflow
1 parent a2a444d commit 46f0582Copy full SHA for 46f0582
.github/workflows/reusable-san.yml
@@ -75,7 +75,7 @@ jobs:
75
${{
76
inputs.sanitizer == 'TSan'
77
&& '--with-thread-sanitizer'
78
- || '--with-undefined-behavior-sanitizer'
+ || '--with-undefined-behavior-sanitizer --with-strict-overflow'
79
}}
80
--with-pydebug
81
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
0 commit comments