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