code:blocks 编译环境设置
时间:2014-02-06 12:48:37
收藏:0
阅读:370
1. 支持C99
在菜单settings->compiler settings->comiler settings->Other options 添加:
-std=c99
2. 支持pthread
在菜单settings->compiler settions->compiler settings->Liner Settings ->Other linker options 添加
-pthread
原文:http://www.cnblogs.com/yixiong/p/3538646.html
评论(0)