MDeath-Kid

- M I T & Y
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  LINUX

linux 问题处理,应用技巧,开发
摘要:少优化->多优化: O0 -->> O1 -->> O2 -->> O3 -O0表示没有优化,-O1为缺省值,-O3优化级别最高 英文解析: `-O ' `-O1 ' Optimize. Optimizing compilation takes somewhat more time, and a lot more memory for a large function. With `-O ', the compiler tries to reduce code size and execution time, without p 阅读全文

posted @ 2011-11-17 22:01 MDeath-Kid 阅读(1656) 评论(0) 推荐(0)

摘要:最近codeblocks更新出现了这个问题:warning: GDB: Failed to set controlling terminal: 不允[许]的操作解决方法:更改调试终端:使用gnome-terminal作为调试终端在codeblocks菜单中选:Setting==>Environment...==>General Setting==>Terminal to lanuch console programs:用 “gnome-terminal -t $TITLE -x” 替换 “xterm -T $TITLE -e” 即可!!!不更改调试终端,而只修改xterm的字 阅读全文

posted @ 2011-08-10 09:47 MDeath-Kid 阅读(5758) 评论(1) 推荐(1)