Xiao-Hai Ivan Shi wrote:
Hi all,

I want to build a command via "make" in source tree, but by default,
it seems that it can not build a version with debug info.
Is there a easy way to build it via "make" in cmd subdir.

Assuming you already know how to build the command, if you just want
to add the compiler generated debug symbols do this

$ export COPTFLAG=-g
$ make

--
Darren J Moffat
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to