Do not skip a flag without -O, if the flag is checked explicitly
This commit is contained in:
parent
1ad7f0cc25
commit
5ffff08833
2 changed files with 9 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue