Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ target_link_libraries(elementssimplicity
core_interface
)

# macOS Apple Clang is stricter than Linux GCC on this vendored code
if(APPLE)
# Clang is stricter than Linux GCC on this vendored code
if(CMAKE_C_COMPILER_ID MATCHES "Clang")
target_compile_options(elementssimplicity PRIVATE
-Wno-error=conditional-uninitialized
-Wno-error=implicit-fallthrough
Expand Down
Loading