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
Passing "-arch arm64" as a single string to clang causes an "argument
unused during compilation" warning that becomes an error if -Werror is
enabled. Fix passes it as two separate arguments (unfortunately
"-arch=arm64" does not work either).
0 commit comments