On Fri, 28 Sep 2018 14:47:46 +0100 Martin Simmons
wrote:
> This is not Bacula-specific: producing debugging
> information is useful, just in case you need it.
And an end user generally does not need it. Also AFAIK
adding debugging info to binaries makes them slower.
> You can remove it using strip during deployment if
> you don't want it.
In my build script I use
CFLAGS='-O2 -pipe -march=native' \
CXXFLAGS="${CFLAGS}" \
./configure \
...
I suppose this doesn't include debug info (please
correct me if I am wrong).
--
George
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users