This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
如题所述,之前运行incremental build只编译改动过的源文件,最近几天不知道哪里出现问题,点击incremental build和点击build all功能相同了。
这个问题可以修复吗?谢谢大家
Compile File编译当前文件,不生成.out文件;
Incremental Build只编译有更改的文件并重新生成.out文件;
Rebuild All不论有没有更改都编译所有文件并生成.out文件。
你的GEL文件有没有修改过啊 其他地方感觉也没有什么地方可以定义这种功能
谢谢你的回复,我也是翻遍了ccs关于build的所有配置项没有找到相关的设置,GEL文件没有修改过,每次都全部重新编译时间很长,迫切希望能找回
Incremental Build