Operating System - HP-UX
1832757 Members
3247 Online
110045 Solutions
New Discussion

Re: +noobjdebug flag Issue

 
Anurag_7
Advisor

+noobjdebug flag Issue

Hi All,

On HP-UX 11.23 running on Itanium processor, if i use +noobjdebug flag with the linker then the size of all the executables(along with DLLs) is increasing by a factor of 4. We expected only the size of the executable not the DLLs to increase.

Any thoughts?
2 REPLIES 2
Peter Godron
Honored Contributor

Re: +noobjdebug flag Issue

Hi,
quick look at the manual indicates:
"If +noobjdebug is used at link time, all debug information goes into the executable, even if some objects were compiled with +objdebug."
What level of debug (-g,-g0,-g1) are you using?
Anurag_7
Advisor

Re: +noobjdebug flag Issue

Thanks for the reply Peter.

We are using -g1