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
Command:
go build -ldflags '-s -w'
Compiler: clang
Output:
# runtime/cgo
gcc_libinit_windows.c:143:13: error: implicit declaration of function'_beginthread' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
gcc_libinit_windows.c:143:13: note: did you mean '_cgo_beginthread'?
gcc_libinit_windows.c:138:6: note: '_cgo_beginthread' declared here```
The text was updated successfully, but these errors were encountered:
Command:
go build -ldflags '-s -w'
Compiler: clang
Output:
The text was updated successfully, but these errors were encountered: