Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: 198710 on September 13, 2008, 04:47:07 pm

Title: BUG report!
Post by: 198710 on September 13, 2008, 04:47:07 pm
When there are more than one project,if I configured the Compiler and debugger settings->Linker settings,and added a shared object(*.so) for Project A,then active another project(Project B) that doesn't need the *.so file,recompile Project B,the result exec file will be a little bit larger than that of no such configuration for Project A.
So I hope the settings should base on projects,not global setting for all projects.
Title: Re: BUG report!
Post by: stahta01 on September 13, 2008, 05:20:43 pm
This is NOT the right forum for user errors; please try to use "Using Code::Blocks"
http://forums.codeblocks.org/index.php/board,3.0.html

Please use the Berlios project page to report real bugs.

Note, yours is not an real bug; it is user error.

To change project use "project" -> "Build options" or "project" -> "properties"

Tim S