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 \