Skip to content

Commit

Permalink
temp: set AIX to Debug as test for MDEV-34521
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Jul 29, 2024
1 parent 8c999cb commit 46a0d0e
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="$2" \
cmake ../"$source" -DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_C_LAUNCHER=/opt/bin/ccache \
-DCMAKE_CXX_LAUNCHER=/opt/bin/ccache \
-DCMAKE_C_COMPILER=gcc-11 \
Expand Down

0 comments on commit 46a0d0e

Please sign in to comment.