Re: compiling a port unstripped for debugging

2006-12-15 Thread Micah
Michael Grant wrote: Can someone please tell me if there is an easy way to compile and install a port without stripping it (i.e. compiling it with -g and not running strip when it's installed)? Michael Grant I have the following conditionally defined in my /etc/make.conf CFLAGS= -g -O -pipe

Re: compiling a port unstripped for debugging

2006-12-15 Thread Gabor Kovesdan
Michael Grant schrieb: Can someone please tell me if there is an easy way to compile and install a port without stripping it (i.e. compiling it with -g and not running strip when it's installed)? Michael Grant You can set STRIP and STRIP_CMD to empty for not stripping the binaries and add -g