您的位置:首页 > 其它

code:blocks 编译环境设置

2014-02-06 10:18 323 查看
1. 支持C99

在菜单settings->compiler settings->comiler settings->Other options 添加:

-std=c99

2. 支持pthread

在菜单settings->compiler settions->compiler settings->Liner Settings ->Other linker options 添加

-pthread
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: