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 2971c21 commit c4192e8Copy full SHA for c4192e8
cmake/init_target.cmake
@@ -13,12 +13,6 @@ endfunction()
13
function(init_target target_name) # init_target(my_target folder_name)
14
target_compile_features(${target_name} PUBLIC cxx_std_20)
15
16
- if (NOT TG_OWT_SPECIAL_TARGET STREQUAL "")
17
- set_target_properties(${target_name} PROPERTIES
18
- XCODE_ATTRIBUTE_GCC_OPTIMIZATION_LEVEL $<IF:$<CONFIG:Debug>,0,fast>
19
- XCODE_ATTRIBUTE_LLVM_LTO $<IF:$<CONFIG:Debug>,NO,YES>
20
- )
21
- endif()
22
target_compile_definitions(${target_name}
23
PRIVATE
24
HAVE_SCTP
0 commit comments