Eclipse - Debug / Release 模式切换

1. Build 图标 -> Debug / Release 模式切换
Eclipse - Debug / Release 模式切换

Debug / Release 模式切换,相应的配置需要重新设置。

2. Debug 模式配置
webcam_NCS -> Properties -> C/C++ Build -> Settings -> Tool Settings -> GCC C++ Compiler -> Dialect
Language standard: ISO C++11 (-std=c++0x)

Eclipse - Debug / Release 模式切换

Project -> Properties -> C/C++ Build -> Settings -> GCC C++ Linker -> Libraries
Libraries (-l):
Library search path (-L)

Eclipse - Debug / Release 模式切换

3. Release 模式配置
webcam_NCS -> Properties -> C/C++ Build -> Settings -> Tool Settings -> GCC C++ Compiler -> Dialect
Language standard: ISO C++11 (-std=c++0x)

Eclipse - Debug / Release 模式切换

Project -> Properties -> C/C++ Build -> Settings -> GCC C++ Linker -> Libraries
Libraries (-l):
Library search path (-L)

Eclipse - Debug / Release 模式切换

相关文章: