>>>>> On Thu, 27 Sep 2018 19:26:40 +0300, George Anchev via Bacula-users said: > > As for standard options - according to the manual: > > 'We recommend [...] CFLAGS="-g -O2 -Wall" [...]' > > but it is not clear why e.g. "-g" is needed ("Produce > debugging information" (ref. `man gcc`)) if one is > building a release version. So perhaps adding a little > extra explanation about the reasons for the > recommendation may be useful. I don't find anything > about CFLAGS in the developer's guide either.
This is not Bacula-specific: producing debugging information is useful, just in case you need it. You can remove it using strip during deployment if you don't want it. __Martin _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users