gstd-1.x icon indicating copy to clipboard operation
gstd-1.x copied to clipboard

Non debug version of gstd

Open clogwog opened this issue 2 years ago • 0 comments

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)

clogwog avatar May 26 '23 01:05 clogwog