We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb96b57 commit ccb37ebCopy full SHA for ccb37eb
service/CMakeLists.txt
@@ -68,6 +68,7 @@ target_link_libraries (${BIN_NAME}
68
${GLIB2_LDFLAGS}
69
${PMLOG_LDFLAGS}
70
)
71
+target_compile_options(${BIN_NAME} PRIVATE -Wall -Wextra -Wpedantic -Werror)
72
73
file(COPY ${CMAKE_SOURCE_DIR}/services.json DESTINATION "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}")
74
file(COPY ${CMAKE_SOURCE_DIR}/scripts/autostart.sh DESTINATION "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}")
0 commit comments