Skip to content

Commit

Permalink
Revert "temp: set AIX to Debug as test for MDEV-34521"
Browse files Browse the repository at this point in the history
This reverts commit 46a0d0e.
  • Loading branch information
grooverdan committed Jul 30, 2024
1 parent 46a0d0e commit 01e2791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aix-build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 01e2791

Please sign in to comment.