summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-05-15 16:23:59 -0400
committerrealtradam <[email protected]>2023-05-15 16:23:59 -0400
commit5e935512696c55b5005e997cfc4dab88ecdf8141 (patch)
tree40f81316f6d41b3854e3ab709f48a40f891148c4 /CMakeLists.txt
parente81eb2369cbf21ca66fc49d2d09aab270131ea87 (diff)
downloadRodeoKit-5e935512696c55b5005e997cfc4dab88ecdf8141.tar.gz
RodeoKit-5e935512696c55b5005e997cfc4dab88ecdf8141.zip
extra flags
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7fe7c04..6cd566d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -107,6 +107,16 @@ if(${CMAKE_BUILD_TYPE} EQUAL Debug)
PRIVATE -Wpedantic
#PRIVATE -Werror
PRIVATE -Wconversion
+ PRIVATE -Wconversion
+ PRIVATE -Wformat=2
+ PRIVATE -Wno-unused-parameter
+ PRIVATE -Wshadow
+ PRIVATE -Wwrite-strings
+ PRIVATE -Wstrict-prototypes
+ PRIVATE -Wold-style-definition
+ PRIVATE -Wredundant-decls
+ PRIVATE -Wnested-externs
+ PRIVATE -Wmissing-include-dirs
PUBLIC -fsanitize=address,undefined,leak
)
target_link_options(${PROJECT_NAME}