mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-05 08:06:09 +00:00
14 lines
345 B
Diff
14 lines
345 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index a68cf88..c541385 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -22,7 +22,7 @@ endif ()
|
|
if (MSVC)
|
|
add_compile_options(/WX /wd4996)
|
|
else()
|
|
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror")
|
|
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
|
|
endif()
|
|
|
|
add_subdirectory(src/lib)
|