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