您的位置:首页 > 产品设计 > UI/UE

How to generate gcc debug symbol outside the build target?

2013-09-25 09:50 375 查看
gcc -ggdb -o test test.c; cp test test.debug; strip --only-keep-debug test.debug; strip test; objcopy --add-gnu-debuglink=test.debug test

http://stackoverflow.com/questions/866721/how-to-generate-gcc-debug-symbol-outside-the-build-target
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: