File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ build-integration-test-bin:
147
147
echo " Building integration test binary to ${INTEGRATION_TEST_BIN} " ; \
148
148
mkdir "${BUILD_DIR}" >/dev/null 2>&1 || true;\
149
149
cd "${BUILD_DIR}";\
150
- cmake -DCASS_BUILD_INTEGRATION_TESTS=ON .. && (make -j 4 || make);\
150
+ cmake -DCASS_BUILD_INTEGRATION_TESTS=ON -DCMAKE_BUILD_TYPE=Release .. && (make -j 4 || make);\
151
151
}
152
152
153
153
build-integration-test-bin-if-missing :
@@ -156,7 +156,7 @@ build-integration-test-bin-if-missing:
156
156
echo " Integration test binary not found at ${INTEGRATION_TEST_BIN} , building it" ; \
157
157
mkdir " ${BUILD_DIR} " > /dev/null 2>&1 || true ; \
158
158
cd " ${BUILD_DIR} " ; \
159
- cmake -DCASS_BUILD_INTEGRATION_TESTS=ON .. && (make -j 4 || make); \
159
+ cmake -DCASS_BUILD_INTEGRATION_TESTS=ON -DCMAKE_BUILD_TYPE=Release .. && (make -j 4 || make); \
160
160
}
161
161
162
162
_update-rust-tooling :
You can’t perform that action at this time.
0 commit comments