File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 68
68
%{?with_openssl3_fips: %global ssl_option -DWITH_SSL=openssl3-fips}
69
69
%{?with_openssl3_fips: %global ssl_default 0}
70
70
71
- # Tell build not to use minimal debug
72
- %{?full_debug: %global no_mini_debug 1}
73
-
74
71
# Regression tests may take a long time, override the default to skip them
75
72
%{!?runselftest:%global runselftest 0}
76
73
86
83
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
87
84
# - Ship debuginfo for community
88
85
%if 0%{?commercial}
89
- %if 0%{?no_mini_debug}
90
- %else
91
- %global mini_debug_option -DMINIMAL_RELWITHDEBINFO=1
92
- %endif # no_mini_debug
93
86
%else
94
87
%global with_debuginfo 1
95
88
%endif # commercial
@@ -883,7 +876,6 @@ mkdir debug
883
876
%{?aws_sdk_option} \
884
877
%endif
885
878
%{?ssl_option} \
886
- %{?mini_debug_option} \
887
879
-DMYSQL_UNIX_ADDR="%{mysqldatadir}/mysql.sock" \
888
880
-DMYSQLX_UNIX_ADDR="/var/run/mysqld/mysqlx.sock" \
889
881
-DWITH_NUMA=1 \
@@ -931,7 +923,6 @@ mkdir release
931
923
%{?aws_sdk_option} \
932
924
%endif
933
925
%{?ssl_option} \
934
- %{?mini_debug_option} \
935
926
-DMYSQL_UNIX_ADDR="%{mysqldatadir}/mysql.sock" \
936
927
-DMYSQLX_UNIX_ADDR="/var/run/mysqld/mysqlx.sock" \
937
928
-DWITH_NUMA=1 \
@@ -987,7 +978,6 @@ mkdir release
987
978
%{?aws_sdk_option} \
988
979
%endif
989
980
%{?ssl_option} \
990
- %{?mini_debug_option} \
991
981
-DMYSQL_UNIX_ADDR="%{mysqldatadir}/mysql.sock" \
992
982
-DMYSQLX_UNIX_ADDR="/var/run/mysqld/mysqlx.sock" \
993
983
-DWITH_NUMA=1 \
You can’t perform that action at this time.
0 commit comments