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:
Tomas Hrnciar 2021-05-05 09:11:21 +02:00
commit 98ad8d0232

View file

@ -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