I've seen some Makefiles use devel/libexecinfo as a dependency by adding the following to the LIBS variable:
Is this necessary? My program builds and seems to run okay with or without it.
Code:
-l execinfo
Is this necessary? My program builds and seems to run okay with or without it.