Author Topic: strip  (Read 7634 times)

Quetz

  • Guest
strip
« 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

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
strip
« Reply #1 on: May 13, 2005, 07:07:51 pm »
You can add "-Wl,-s" to the linker options in your project.

Quetz

  • Guest
strip
« Reply #2 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

Bourricot

  • Guest
strip
« Reply #3 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.