如何在命令行中添加和删除一些标志?

发布于 2025-02-10 19:37:45 字数 262 浏览 2 评论 0原文

在命令行Ubuntu中,我想直接删除HHVM源代码中包含的一系列标志,当使用CMAKE进行安装HHVM(如果有),并在其上添加另一组标志。 我该怎么办? 请引导我。

用于使用链接器-WL, - EMIT -RELOC不应使用-e,-s和-c。

示例:

$ cmake +(-o3 -fno-reorder-blocks and-partition -wl, - emit-relocs)

$ cmake-(-e,-s,-s,-c)

In the command line ubuntu, I want to directly delete a series of flags contained in the source code of the HHVM when using cmake for install HHVM, if available, and add another set of flags to it.
What should I do about this?
please guide me.

for use linker -Wl,--emit-relocs should don't use -E , -s and -c.

example :

$ cmake + (-O3 -fno-reorder-blocks-and-partition -Wl,--emit-relocs)

and

$ cmake - (-E ,-s,-c)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文