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.

CCS编译模式Debug与Release

目前我使用的编译模式使用的是debug,后面需要使用release模式编译。有几个问题想请教下。

1Bebugrelease的区别是什么?

2.如果同一个项目在debugrelease模式下的Properties设置一样,编译出来的out有什么区别?debug模式编译出来的out文件能正常使用,若需要使用release出来的out文件能正常使用吗?