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.
我正在将一个可执行文件与几个静态库(我的解决方案中的项目)链接起来,并希望从最终的 .exe 文件中删除所有内部函数名称。
我必须为此使用哪些设置,我必须在库或可执行项目设置中这样做吗?
简单地在发布模式下构建并不会从二进制文件中删除名称。
转到项目->属性->配置属性->链接器,然后在调试部分将生成调试信息设置为“否”。
使用十六进制编辑器删除它们,它们不在代码中使用