Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Quetz on May 13, 2005, 06:09:14 pm

Title: strip
Post by: Quetz on May 13, 2005, 06:09:14 pm
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
Title: strip
Post by: rickg22 on May 13, 2005, 07:07:51 pm
You can add "-Wl,-s" to the linker options in your project.
Title: strip
Post by: Quetz on May 14, 2005, 11:13:16 am
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
Title: strip
Post by: Bourricot on May 14, 2005, 12:08:03 pm
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.