Skip to content

Commit b73da57

Browse files
committed
Allow overriding build type via env vars
1 parent abfb8b9 commit b73da57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ VERBOSE_FLAG=""
8282
BUILD_TESTS=ON
8383
BUILD_MG_ALGOS=ON
8484
BUILD_MNMG_TESTS=OFF
85-
BUILD_TYPE=Release
85+
BUILD_TYPE=${LIBCUVS_BUILD_TYPE:=Release}
8686
COMPILE_LIBRARY=OFF
8787
INSTALL_TARGET=install
8888
BUILD_REPORT_METRICS=""

0 commit comments

Comments
 (0)