Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into chore/improve-thread-pool
Browse files Browse the repository at this point in the history
  • Loading branch information
MBkkt authored Oct 31, 2023
2 parents 9aac94f + ba9eb35 commit 9a94c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ if (MSVC)
set(CMAKE_CXX_FLAGS "/Zc:static_assert- ${CMAKE_CXX_FLAGS}")
endif ()
else ()
# We want to force clang to use it
add_compile_options(-fsized-deallocation)
# We want to force clang/gcc to use it, but only for C++ files
add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-fsized-deallocation>)
endif ()

# fix strange issue with utf_8_to_32_iterator failing
Expand Down

0 comments on commit 9a94c7a

Please sign in to comment.