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.
2 parents 9d1a9b5 + 971113d commit c70a02bCopy full SHA for c70a02b
1 file changed
cmake/helpers.cmake
@@ -233,12 +233,8 @@ function(add_umf_target_compile_options name)
233
-Wall
234
-Wextra
235
-Wpedantic
236
- -Wempty-body
237
- -Wunused-parameter
238
- -Wformat
239
-Wformat-security
240
-Wcast-qual
241
- -Wunused-result
242
$<$<CXX_COMPILER_ID:GNU>:-fdiagnostics-color=auto>)
243
if(CMAKE_BUILD_TYPE STREQUAL "Release")
244
target_compile_definitions(${name} PRIVATE -D_FORTIFY_SOURCE=2)
0 commit comments