yggdrasil-go/contrib/mobile
Sergey Bobrenok 1c65cd9cf0 Fix Android build with Go 1.23.0 or later
The 'github.com/wlynxg/anet' library depends on the '//go:linkname'
liker feature [1]. However, since Go 1.23.0, the usage of
'//go:linkname' has been restricted [2]. And now it's necessary to
explicitly specify '-checklinkname=0' linker flag to use it.

[1] https://github.com/wlynxg/anet/blob/main/README.md#how-to-build-with-go-1230-or-later
[2] https://tip.golang.org/doc/go1.23#linker

Resolves: #1165
2024-08-24 02:19:54 +03:00
..
build Fix Android build with Go 1.23.0 or later 2024-08-24 02:19:54 +03:00
mobile.go Minor Fixes (#1107) 2024-05-27 21:57:28 +01:00
mobile_android.go Run goimports 2022-04-17 18:02:25 +01:00
mobile_apple.go Update mobile build for iOS/macOS framework generation 2024-06-26 23:17:11 +01:00
mobile_mem_go120.go Only set mobile memory limit on supported Go versions 2023-09-03 13:13:53 +01:00
mobile_mem_other.go Only set mobile memory limit on supported Go versions 2023-09-03 13:13:53 +01:00
mobile_other.go Update mobile build for iOS/macOS framework generation 2024-06-26 23:17:11 +01:00
mobile_test.go Fix mobile unit test 2023-09-03 13:30:48 +01:00