Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试构建一个 GDB。configure 生成的 Makefile 包含一个名为“GOCFLAGS_FOR_TARGET”的标志。谁能告诉我“GOCFLAGS”是干什么用的?谢谢!
我理解 GCC 支持的 Go 编程语言的 makefile 内置变量。你可以在这里找到更多信息。