taosdata / driver-go

taos go driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

编译时总出现 skipping incompatible 字样

kcrazy opened this issue · comments

加入 driver-go之后,编译时,总是出现这些字样
请问能否显示这些?

# command-line-arguments
/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc

执行 go env -w CGO_ENABLED=1

写错了,能否不显示这些?