Hi
I'm trying to compile net/openldap24-server with some more debugging feaures, since it constantly crashes for unknown reasons. So my aim is to get something like this for gdb(1) support:
What is the FreeBSD way of achieving something like this?
I'm trying to compile net/openldap24-server with some more debugging feaures, since it constantly crashes for unknown reasons. So my aim is to get something like this for gdb(1) support:
Code:
cd /usr/ports/net/openldap24-server
ADDITIONAL_OPTIONS='-O0 -g' env BATCH=YES make install clean
cd ~