Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: pradeep on October 23, 2016, 06:29:19 pm

Title: Build target
Post by: pradeep on October 23, 2016, 06:29:19 pm
What is the difference between Debug, Release, Static Debug and Static Release build targets?

I have tried compiling XML parser xercesc with static debug, it compiled successfully whereas it doesnt compiled with Debug as build target throwing an error couldn't able to find the file and I was surprised how it was successful with static debug.

Thanks Pradeep
Title: Re: Build target
Post by: stahta01 on October 23, 2016, 06:43:13 pm
Look at the build logs for each and see the differences.

http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)

Tim S.