We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clang: warning: argument unused during compilation: '-fno-ident' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-all-static' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-fno-ident' [-Wunused-command-line-argument]
这些参数是无效的
The text was updated successfully, but these errors were encountered:
@matyhtf 不全是无效的,其实是有效的 https://github.com/swoole/swoole-cli/pull/122/files#diff-7ce9ccea805556fb53879edf934df0e24b92c2752fe0f749b02c1f6be1dd434f ,我做了测试。-all-static 放到 LDFLAGS 是有效的
应该是放错了位置
主要是: LDFLAGS EXTRA_LDFLAGS_PROGRAM 优先级问题;
不链接动态库,两种方式:
swoole/swoole-src#4172 (comment)
Sorry, something went wrong.
macos clang 编译参数: -all-static 已屏蔽
No branches or pull requests
这些参数是无效的
The text was updated successfully, but these errors were encountered: