From 98ad8d02320a76a16e65bac67a277be8252f76e1 Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Wed, 5 May 2021 09:11:21 +0200 Subject: [PATCH] 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 --- tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.yml b/tests.yml index 9d49567..3c11dde 100644 --- a/tests.yml +++ b/tests.yml @@ -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