!12 fix openEuler rpm no slowdebug packages

From: @Autistic_boyya 
Reviewed-by: @kuenking111 
Signed-off-by: @kuenking111
This commit is contained in:
openeuler-ci-bot 2024-06-06 01:11:34 +00:00 committed by Gitee
commit 1b19c8f8ef
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -81,7 +81,7 @@
# By default, we build a debug build during main build on JIT architectures
%if %{with slowdebug}
%ifarch %{jit_arches}
%global include_debug_build 0
%global include_debug_build 1
%else
%global include_debug_build 0
%endif