gstd-1.x
gstd-1.x copied to clipboard
Non debug version of gstd
when i check the output of a vanilla build it looks like gstd is built with debugging information
file /usr/local/bin/gstd
/usr/local/bin/gstd: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=450de68ad2d937968f4e5e032b450ddff0dde8fa, with debug_info, not stripped
is there a configure option to create a release version ? has anyone tried a release version, does it run faster/with less memory ?
(tried ./configure --disable-debug , but it didn't make a difference to the output)