Do not skip a flag without -O, if the flag is checked explicitly

This commit is contained in:
Miro Hrončok 2024-09-10 17:58:27 +02:00
commit 5ffff08833
2 changed files with 9 additions and 2 deletions

View file

@ -72,6 +72,9 @@
- debugflags_some:
dir: flags
run: runuser testuser -c 'python3-debug ./assertflags.py -O0 PY_STDMODULE_CFLAGS'
- optflags_o3:
dir: flags
run: runuser testuser -c 'python3 ./assertflags.py -O3 CFLAGS'
- marshalparser_compatibility:
dir: marshalparser
run: runuser testuser -c 'SAMPLE=10 test_marshalparser_compatibility.sh'