Skip to content

Commit

Permalink
Fix build error with Xcode 16 (#154)
Browse files Browse the repository at this point in the history
* darwin: remove `GCC_WARN_INHIBIT_ALL_WARNINGS` option not supported in Xcode 16
  • Loading branch information
CoreNion authored Sep 27, 2024
1 parent d3af452 commit 58bc71a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion darwin/webcrypto.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Pod::Spec.new do |s|
s.compiler_flags = [
'-DOPENSSL_NO_ASM',
'-DDOPENSSL_SMALL',
'-GCC_WARN_INHIBIT_ALL_WARNINGS',
'-w',
]

Expand Down

0 comments on commit 58bc71a

Please sign in to comment.