style: add more debug log

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2022-04-19 19:35:30 +08:00
parent d7cad1b52d
commit f5c3e6da5e
7 changed files with 40 additions and 43 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ Need install target OS's `gcc` library, here's an example of use `Mac` building
```shell
brew install mingw-w64
CGO_ENABLED=1 GOOS=windows GOARCH=amd64 CC="x86_64-w64-mingw32-gcc" go build
CGO_ENABLED=1 GOOS=windows GOARCH=amd64 CC=x86_64-w64-mingw32-gcc go build
```
#### For Linux