qcc -N XXX versus strip

Hello, All!

Executing strip command on executable without any options, like “strip
executable”, which was compiled with custom stack size via “qcc -N XXX”,
restores stack size to its default value.

With best regards, Mike Gorchak. E-mail: mike@malva.ua

That’s understandable - strip removes any sections that are not marked ALLOC,
which includes the .note section that contains the stacksize notes.

Regards,

Colin

Mike Gorchak wrote:

Hello, All!

Executing strip command on executable without any options, like “strip
executable”, which was compiled with custom stack size via “qcc -N XXX”,
restores stack size to its default value.

With best regards, Mike Gorchak. E-mail: > mike@malva.ua


cburgess@qnx.com