kranewl

A wlroots-based dynamic Wayland compositor, written in C++, configurable with Lua
git clone git://git.deurzen.net/kranewl
Log | Files | Refs | LICENSE

commit 607f71e28ef1518901db6ccfc26ebc92f3591b2b
parent 53d4f062ca6ab0ac8745b2b668f76bcbb3216999
Author: deurzen <max@deurzen.net>
Date:   Thu,  2 Jun 2022 11:01:02 +0200

temporarily disables diagnostics

Diffstat:
MCMakeLists.txt | 24+-----------------------
1 file changed, 1 insertion(+), 23 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -12,29 +12,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_EXTENSIONS OFF) add_compile_options( - $<$<CONFIG:DEBUG>:-fdiagnostics-show-option> - $<$<CONFIG:DEBUG>:-Weffc++> - $<$<CONFIG:DEBUG>:-Wall> - $<$<CONFIG:DEBUG>:-Wextra> - $<$<CONFIG:DEBUG>:-Wshadow> - $<$<CONFIG:DEBUG>:-Wnon-virtual-dtor> - $<$<CONFIG:DEBUG>:-pedantic> - $<$<CONFIG:DEBUG>:-Wnon-virtual-dtor> - $<$<CONFIG:DEBUG>:-Wold-style-cast> - $<$<CONFIG:DEBUG>:-Wcast-align> - $<$<CONFIG:DEBUG>:-Wunused> - $<$<CONFIG:DEBUG>:-Woverloaded-virtual> - $<$<CONFIG:DEBUG>:-Wpedantic> - $<$<CONFIG:DEBUG>:-Wconversion> - $<$<CONFIG:DEBUG>:-Wsign-conversion> - $<$<CONFIG:DEBUG>:-Wmisleading-indentation> - $<$<CONFIG:DEBUG>:-Wduplicated-cond> - $<$<CONFIG:DEBUG>:-Wduplicated-branches> - $<$<CONFIG:DEBUG>:-Wlogical-op> - $<$<CONFIG:DEBUG>:-Wnull-dereference> - $<$<CONFIG:DEBUG>:-Wuseless-cast> - $<$<CONFIG:DEBUG>:-Wdouble-promotion> - $<$<CONFIG:DEBUG>:-Wformat=2> + $<$<CONFIG:DEBUG>:-w> $<$<CONFIG:DEBUG>:-DXWAYLAND> $<$<CONFIG:DEBUG>:-O0> $<$<CONFIG:DEBUG>:-g>