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 57e3d1ce4b0480a4414c200fb693a79018462e35
parent d62ad944e30a44bd8b74d94a1e5e80b41d394b5f
Author: deurzen <max@deurzen.net>
Date:   Thu, 26 May 2022 22:24:35 +0200

changes compile options

Diffstat:
MCMakeLists.txt | 37+++++++++++++++++++------------------
1 file changed, 19 insertions(+), 18 deletions(-)

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