Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

strip

(1/1)

Quetz:
I would have suggestion for the next version of Code::Blocks:
I think it would be extremely useful, if there was a "strip" option in the GCC options (like in Dev-C++). I know that "strip" is a separate program, but it would be nice being able to use it from CB IDE.

Thank you,
J.L

rickg22:
You can add "-Wl,-s" to the linker options in your project.

Quetz:
thx for reply. But...if it is so easy to apply, so I think it's easier to add it as a stndard option, isn't it?

Once agaian bih thanks,
J.L

Bourricot:
Very easy, you can do it yourself. Check compilerMINGW.cpp.
I love codeblocks for that. it's easy for a user to add new feature or add custom options for compiler. Source  code is very clear.

Navigation

[0] Message Index

Go to full version