mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
15 lines
542 B
Diff
15 lines
542 B
Diff
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
|
|
index 489b282..20647c4 100644
|
|
--- a/core/CMakeLists.txt
|
|
+++ b/core/CMakeLists.txt
|
|
@@ -394,8 +394,8 @@ if(developer)
|
|
add_definitions("-DDEVELOPER=1")
|
|
endif()
|
|
|
|
-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror -Wall -Wextra")
|
|
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -Wall -Wextra")
|
|
+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra")
|
|
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra")
|
|
|
|
include(BareosSetVariableDefaults)
|
|
option(ENABLE_BCONSOLE "Build bconsole binary" ON)
|