User forums > Nightly builds
The 17 July 2006 build is out.
cstudent:
--- Quote from: thomas on July 17, 2006, 07:59:14 pm ---Thanks. :)
As well as on the project page (6.06 / i686 and amd64).
--- End quote ---
Coud you post a link? I can not find where the i686 deb is you are referring too. Unless I'm misunderstanding you.
Thanks
Bill
thomas:
http://prdownload.berlios.de/codeblocks/codeblocks_svn-2758-ubuntu_amd64.deb
http://prdownload.berlios.de/codeblocks/codeblocks_svn-2758-ubuntu_i686.deb
bigbug:
Hello,
could You please change line 48 in common_functions.script? It says
--- Code: ---base.AddCompilerOption(_T("-s"));
--- End code ---
instead of
--- Code: ---base.AddLinkerOption(_T("-s"));
--- End code ---
Thank You
killerbot:
--- Quote from: bigbug on July 18, 2006, 09:17:08 am ---Hello,
could You please change line 48 in common_functions.script? It says
--- Code: ---base.AddCompilerOption(_T("-s"));
--- End code ---
instead of
--- Code: ---base.AddLinkerOption(_T("-s"));
--- End code ---
Thank You
--- End quote ---
-s is a compiler option (?also?) strip debugging symbols. In the compiler and debugger settings, it lives at the compiler options level. Or do you mean another option that applies (just) for the linker (gcc : linker exe == compiler exe )
MortenMacFly:
--- Quote from: killerbot on July 18, 2006, 10:20:24 am ---
--- Quote from: bigbug on July 18, 2006, 09:17:08 am ---
--- Code: ---base.AddCompilerOption(_T("-s"));
--- End code ---
instead of
--- Code: ---base.AddLinkerOption(_T("-s"));
--- End code ---
--- End quote ---
-s is a compiler option (?also?) strip debugging symbols.
--- End quote ---
He is right: This affects the release target which shall have the debug symbols stripped off. This is in fact a linker option. Anyway, C::B should handle this correctly. If you manually create a project (not using the wizard) and set the "-s " as compiler option it is used in the linker process - where it makes sense. I'll look into it and submit a patch if required (that would include other little changes I've already done, too).
With regards, Morten.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version