Skip to content

Commit

Permalink
Update configs.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
onecoolx authored Jun 17, 2024
1 parent c7326aa commit afd1a68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/configs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ elseif (APPLE)
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -DNDEBUG")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DNDEBUG")
set(CMAKE_XCODE_ATTRIBUTE_CLANG_ENABLE_OBJC_WEAK "YES")
set(CMAKE_XCODE_ATTRIBUTE_WEAK_REFERENCES_IN_MANUAL_RETAIN_RELEASE "YES")
set(CMAKE_XCODE_ATTRIBUTE_GCC_ENABLE_CPP_EXCEPTIONS "NO")
set(CMAKE_XCODE_ATTRIBUTE_GCC_ENABLE_CPP_RTTI "NO")
endif()

0 comments on commit afd1a68

Please sign in to comment.