code:blocks 编译环境设置

it2026-02-24  11

1.  支持C99 

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

     -std=c99

2. 支持pthread 

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

   -pthread

转载于:https://www.cnblogs.com/yixiong/p/3538646.html

最新回复(0)