mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 19:25:53 +00:00
8 lines
156 B
CMake
8 lines
156 B
CMake
target_compile_options (clio PUBLIC
|
|
-Wall
|
|
-Werror
|
|
-Wno-narrowing
|
|
-Wno-deprecated-declarations
|
|
-Wno-dangling-else
|
|
-Wno-unused-but-set-variable)
|