Re: [OpenIndiana-discuss] How to build illumos in Debug Mode

2015-09-07 Thread Carsten Grzemba
finally it is simple: set env variable SOURCEDEBUG=yes so I add this in my bldenv.sh script. On 04.09.15 15:40, Carsten Grzemba wrote: > > I like to do some debugging with dbx so I want to build some commands with > debug information. But if I run > $ bldenv.sh -d illumos 'make' its writes >

[OpenIndiana-discuss] How to build illumos in Debug Mode

2015-09-04 Thread Carsten Grzemba
I like to do some debugging with dbx so I want to build some commands with debug information. But if I run $ bldenv.sh -d illumos 'make' its writes Build type is DEBUG but the bins still without debugging information. The only difference in the environment is RELEASE_BUILD= is not set. What I am