mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-28 17:40:20 +00:00
7 lines
155 B
CMake
7 lines
155 B
CMake
target_compile_options(clio
|
|
PUBLIC -Wall
|
|
-Werror
|
|
-Wno-narrowing
|
|
-Wno-deprecated-declarations
|
|
-Wno-dangling-else)
|