We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c33b60 commit c37fac6Copy full SHA for c37fac6
cmake/CommonBuildParameters.cmake
@@ -156,8 +156,8 @@ ExternalProject_Add(zkLLVM
156
${_CMAKE_COMMON_CACHE_ARGS}
157
${_BOOST_CACHE_ARGS}
158
${_ZKLLVM_EXTRA_PARAM}
159
- -DCMAKE_BUILD_TYPE=Release
160
- BUILD_COMMAND ${CMAKE_COMMAND} --build <BINARY_DIR> --config Release
+ -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
+ BUILD_COMMAND ${CMAKE_COMMAND} --build <BINARY_DIR> --config ${CMAKE_BUILD_TYPE}
161
INSTALL_COMMAND ${CMAKE_COMMAND} --install .
162
)
163
0 commit comments