You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't override FORTIFY_SOURCE when building Foundation
Overriding FORTIFY_SOURCE with lcl_maybe_fortify may cause clang module
conflicts with consumers that do not override it identically.
Not disabling FORTIFY_SOURCE should have minimal performance impact. [1]
[1] https://zatoichi-engineer.github.io/2017/10/06/fortify-source.html
0 commit comments