Skip to content
Snippets Groups Projects
Commit 0be9cb34 authored by Holcomb, Andrew's avatar Holcomb, Andrew
Browse files

Add explicit CMAKE_BUILD_TYPE to CI configure options

parent 259618cb
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ export SAMMY_CONFIGURE_OPTIONS="-DBUILD_SHARED_LIBS:BOOL=${BUILD_SHARED_LIBS} \
-DBLAS_LIBRARY_DIRS:PATH=${toolchain}/lib \
-DCMAKE_C_COMPILER:STRING=${C_COMPILER} \
-DCMAKE_CXX_COMPILER:STRING=${CXX_COMPILER} \
-DCMAKE_BUILD_TYPE:STRING="RELEASE" \
-DCMAKE_Fortran_COMPILER:STRING=${Fortran_COMPILER}"
export SCALE_CONFIGURE_OPTIONS="${SAMMY_CONFIGURE_OPTIONS} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment