Skip to content

Commit c37fac6

Browse files
committed
Set to build type instead of forced release
1 parent 3c33b60 commit c37fac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/CommonBuildParameters.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ ExternalProject_Add(zkLLVM
156156
${_CMAKE_COMMON_CACHE_ARGS}
157157
${_BOOST_CACHE_ARGS}
158158
${_ZKLLVM_EXTRA_PARAM}
159-
-DCMAKE_BUILD_TYPE=Release
160-
BUILD_COMMAND ${CMAKE_COMMAND} --build <BINARY_DIR> --config Release
159+
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
160+
BUILD_COMMAND ${CMAKE_COMMAND} --build <BINARY_DIR> --config ${CMAKE_BUILD_TYPE}
161161
INSTALL_COMMAND ${CMAKE_COMMAND} --install .
162162
)
163163

0 commit comments

Comments
 (0)