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 1a98868 commit 9c679b2Copy full SHA for 9c679b2
linux/CMakeLists.txt
@@ -46,6 +46,7 @@ endif()
46
function(APPLY_STANDARD_SETTINGS TARGET)
47
target_compile_features(${TARGET} PUBLIC cxx_std_14)
48
target_compile_options(${TARGET} PRIVATE -Wall -Werror)
49
+ target_compile_options(${TARGET} PRIVATE -Wno-error=deprecated-declarations)
50
target_compile_options(${TARGET} PRIVATE "$<$<NOT:$<CONFIG:Debug>>:-O3>")
51
target_compile_definitions(${TARGET} PRIVATE "$<$<NOT:$<CONFIG:Debug>>:NDEBUG>")
52
endfunction()
0 commit comments