From 01e2791242b0e1a2e7fbe319c58607a92a36745b Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Tue, 30 Jul 2024 15:33:52 +1000 Subject: [PATCH] Revert "temp: set AIX to Debug as test for MDEV-34521" This reverts commit 46a0d0ea3e8c4e1fb2c1d960c53d3fc5dae42f63. --- scripts/aix-build-and-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/aix-build-and-test.sh b/scripts/aix-build-and-test.sh index 77ed21f7..ca505858 100755 --- a/scripts/aix-build-and-test.sh +++ b/scripts/aix-build-and-test.sh @@ -30,7 +30,7 @@ build() { mkdir -p build cd build /opt/bin/ccache --zero-stats - cmake ../"$source" -DCMAKE_BUILD_TYPE=Debug \ + cmake ../"$source" -DCMAKE_BUILD_TYPE="$2" \ -DCMAKE_C_LAUNCHER=/opt/bin/ccache \ -DCMAKE_CXX_LAUNCHER=/opt/bin/ccache \ -DCMAKE_C_COMPILER=gcc-11 \