Question regarding devel/libexecinfo

I've seen some Makefiles use devel/libexecinfo as a dependency by adding the following to the LIBS variable:

Code:
-l execinfo

Is this necessary? My program builds and seems to run okay with or without it.
 
Back
Top