如何在命令行中添加和删除一些标志?
在命令行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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论