chore: delete unrelated line

This commit is contained in:
ShootingStarDragons 2025-11-19 18:19:05 +09:00
parent 27b2eac7ed
commit 175d06515d

View file

@ -42,7 +42,6 @@ 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>")