For debug build, assert -O0 instead of -Og
Python change: https://src.fedoraproject.org/rpms/python3.9/c/1d2d05b30506c5758da94f1cd3860f3d58a87db0 Rationale: https://bugzilla.redhat.com/show_bug.cgi?id=1818857
This commit is contained in:
parent
1b6575d5a5
commit
98ad8d0232
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
|||
run: VERSION=3.8 PYTHON="python3-debug" X="test_ssl" ./parallel.sh
|
||||
- debugflags:
|
||||
dir: flags
|
||||
run: python3-debug ./assertflags.py -Og
|
||||
run: python3-debug ./assertflags.py -O0
|
||||
- marshalparser_compatibility:
|
||||
dir: marshalparser
|
||||
run: SAMPLE=10 test_marshalparser_compatibility.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue