diff --git a/core/core_settings.c b/core/core_settings.c index 21de01ca..413e3fb4 100644 --- a/core/core_settings.c +++ b/core/core_settings.c @@ -151,8 +151,8 @@ static void parseMiscPartOfJson(cJSON *misc_obj) // todo (remove deprection check) this should be removed in 0.7+ if (NULL != cJSON_GetObjectItemCaseSensitive(misc_obj, "threads")) { - fprintf(stderr, "Deprectaed Error: core.json->misc->thraeds is replaced with \"workers\" since Waterwall 0.6\ - , please update your json file"); + fprintf(stderr, "Deprecated Error: core.json->misc->thraeds is replaced with \"workers\" since Waterwall 0.6\ + \nplease update your json file.\n"); exit(1); } diff --git a/ww/CMakeLists.txt b/ww/CMakeLists.txt index 0fa865e1..e5e9b192 100644 --- a/ww/CMakeLists.txt +++ b/ww/CMakeLists.txt @@ -98,9 +98,8 @@ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/eventloop) # "WITH_HTTP_CLIENT OFF" # "BUILD_SHARED OFF" # "BUILD_EXAMPLES OFF" - - # ) + # target_compile_options(hv_static PRIVATE -fPIC) # target_compile_options(ww PUBLIC -fPIC) # message( FATAL_ERROR "OEUOUEOU: ${CMAKE_INSTALL_PREFIX}" )