mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
build per default release version
This commit is contained in:
parent
b04df867ae
commit
f2c680f179
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ ExternalProject_Add(
|
|||
proxy
|
||||
DOWNLOAD_COMMAND ""
|
||||
CONFIGURE_COMMAND ""
|
||||
BUILD_COMMAND cargo build
|
||||
BUILD_COMMAND cargo build --release
|
||||
BINARY_DIR "${CMAKE_CURRENT_SOURCE_DIR}"
|
||||
INSTALL_COMMAND ""
|
||||
LOG_BUILD ON)
|
||||
|
|
Loading…
Add table
Reference in a new issue