From c24d3376c306e2c1f6c893d597cf80ef40a40f4b Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Tue, 29 May 2018 10:04:41 +0200 Subject: build: Update default values This sets updated default values for the default build. A higher connect timeout until we have asynchronous local IPC. Disabled SWIG since the lastest gcc reports an error. IPCP flow stats enabled by default since their impact on the performance is very limited. Waiting for the directory to enroll before returning to increase stability. Signed-off-by: Sander Vrijders Signed-off-by: Dimitri Staessens --- include/ouroboros/wrap/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ouroboros') diff --git a/include/ouroboros/wrap/CMakeLists.txt b/include/ouroboros/wrap/CMakeLists.txt index 18e695b9..abcd1cec 100644 --- a/include/ouroboros/wrap/CMakeLists.txt +++ b/include/ouroboros/wrap/CMakeLists.txt @@ -5,7 +5,7 @@ find_package(SWIG QUIET) if (NOT SWIG_FOUND) message(STATUS "Install SWIG to enable bindings for other languages") else () - set(DISABLE_SWIG FALSE CACHE BOOL "Disable SWIG support") + set(DISABLE_SWIG TRUE CACHE BOOL "Disable SWIG support") if (NOT DISABLE_SWIG) message(STATUS "SWIG support enabled") include(${SWIG_USE_FILE}) -- cgit v1.2.3