cosmos / relayer

An IBC relayer for ibc-go
Apache License 2.0
390 stars 1.71k forks source link

fix(build): strips debug info #1510

Closed AntiTyping closed 3 weeks ago

AntiTyping commented 3 weeks ago

After upgrading to Xcode 16.0 on Mac OS 14.5 (MacBook Pro M1) it seems that the rly binary is failing with the following error:

$ rly                                                                                                                                                    ~/workspace/strange.love/relayer
[1]    23969 killed     rly

The solution is to strip debug info from the binary.