|
65 | 65 | %{?with_openssl11: %global ssl_option -DWITH_SSL=openssl11}
|
66 | 66 | %{?with_openssl11: %global ssl_default 0}
|
67 | 67 |
|
68 |
| -# Tell build not to use minimal debug |
69 |
| -%{?full_debug: %global no_mini_debug 1} |
70 |
| - |
71 | 68 | # Regression tests may take a long time, override the default to skip them
|
72 | 69 | %{!?runselftest:%global runselftest 0}
|
73 | 70 |
|
|
88 | 85 | %global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
|
89 | 86 | # - Ship debuginfo for community
|
90 | 87 | %if 0%{?commercial}
|
91 |
| -%if 0%{?no_mini_debug} |
92 |
| -%else |
93 |
| -%global mini_debug_option -DMINIMAL_RELWITHDEBINFO=1 |
94 |
| -%endif # no_mini_debug |
95 | 88 | %else
|
96 | 89 | %global with_debuginfo 1
|
97 | 90 | %endif # commercial
|
@@ -920,7 +913,6 @@ mkdir debug
|
920 | 913 | %{?aws_sdk_option} \
|
921 | 914 | %endif
|
922 | 915 | %{?ssl_option} \
|
923 |
| - %{?mini_debug_option} \ |
924 | 916 | -DWITH_INNODB_MEMCACHED=1 \
|
925 | 917 | -DMYSQL_UNIX_ADDR="%{mysqldatadir}/mysql.sock" \
|
926 | 918 | -DMYSQLX_UNIX_ADDR="/var/run/mysqld/mysqlx.sock" \
|
@@ -978,7 +970,6 @@ mkdir release
|
978 | 970 | %{?aws_sdk_option} \
|
979 | 971 | %endif
|
980 | 972 | %{?ssl_option} \
|
981 |
| - %{?mini_debug_option} \ |
982 | 973 | -DWITH_INNODB_MEMCACHED=1 \
|
983 | 974 | -DMYSQL_UNIX_ADDR="%{mysqldatadir}/mysql.sock" \
|
984 | 975 | -DMYSQLX_UNIX_ADDR="/var/run/mysqld/mysqlx.sock" \
|
@@ -1042,7 +1033,6 @@ mkdir release
|
1042 | 1033 | %{?aws_sdk_option} \
|
1043 | 1034 | %endif
|
1044 | 1035 | %{?ssl_option} \
|
1045 |
| - %{?mini_debug_option} \ |
1046 | 1036 | -DWITH_INNODB_MEMCACHED=1 \
|
1047 | 1037 | -DMYSQL_UNIX_ADDR="%{mysqldatadir}/mysql.sock" \
|
1048 | 1038 | -DMYSQLX_UNIX_ADDR="/var/run/mysqld/mysqlx.sock" \
|
|
0 commit comments