fix: jump cannot work properly when there are multi users
This commit is contained in:
parent
ccb2a23075
commit
940d3e62db
4 changed files with 17 additions and 2 deletions
|
|
@ -42,6 +42,7 @@ endif()
|
|||
# default. In most cases, you should add new options to specific targets instead
|
||||
# of modifying this function.
|
||||
function(APPLY_STANDARD_SETTINGS TARGET)
|
||||
target_compile_options(${TARGET} PRIVATE -Wno-deprecated)
|
||||
target_compile_features(${TARGET} PUBLIC cxx_std_14)
|
||||
target_compile_options(${TARGET} PRIVATE -Wall -Werror)
|
||||
target_compile_options(${TARGET} PRIVATE "$<$<NOT:$<CONFIG:Debug>>:-O3>")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue