Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Krice on January 07, 2014, 01:01:44 pm

Title: Run error in 13.12
Post by: Krice on January 07, 2014, 01:01:44 pm
I'm using debug config (only) and when I run the project with F9 it doesn't work. F8 does, since it has build options (working directory) set up correctly. Does this mean that I have to use some kind of Release version for F9? I've not used it since you can simply take off -g and add -O2 when compiling the release version.

Another odd thing in Project build options is the settings for the root (with project name). If you have some settings in it they are added to Debug or whatever settings. It doesn't make a lot of sense, it's just confusing. Why not have only settings for Debug and then for optional Release (if needed).