From f2c680f1795253c4c83e8cde32a0971b7849b7b5 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Fri, 25 Aug 2017 01:00:12 +0200 Subject: [PATCH] build per default release version --- proxy/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/CMakeLists.txt b/proxy/CMakeLists.txt index 11b8da2bc..a1ff1e492 100755 --- a/proxy/CMakeLists.txt +++ b/proxy/CMakeLists.txt @@ -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)