Eclipse CDT: copy library paths from debug mode to release mode
2 answers
You can also select "all configurations" from the menu where you set your paths. A typical workflow for building a project is to first set "all configurations", get your stuff done, and then selectively push certain Debug / Release items (like the NDEBUG flag or the optimizer flags). No copying required. Note that most good IDEs have this feature (including Visual Studio).
+2
source to share