mirror of
https://github.com/hyprwm/hyprutils.git
synced 2025-12-20 14:00:09 +01:00
cmake: re-enable wreorder
This commit is contained in:
parent
9aad80acd4
commit
ecd20db0e1
1 changed files with 1 additions and 2 deletions
|
|
@ -27,8 +27,7 @@ add_compile_options(
|
|||
-Wno-unused-value
|
||||
-Wno-missing-field-initializers
|
||||
-Wno-narrowing
|
||||
-Wno-pointer-arith
|
||||
-Wno-reorder)
|
||||
-Wno-pointer-arith)
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS TRUE)
|
||||
|
||||
if(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue