Adding linker options to Code::Blocks

元气小坏坏 提交于 2019-11-29 11:32:09

Never mind, i found the answer in this post http://forums.codeblocks.org/index.php/topic,15998.0.html

To sum up, in Code Blocks, go to

"Settings" -> "Compiler and debugger..."
"Global compiler settings"
"Linker settings"

Then add the following options to `"Other linker options":

-static-libgcc -static-libstdc++

Then you are off to go...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!