On Mon Nov 2 08:18:07 PST 2015, Stephan Bergmann wrote:
Given gb_DEBUG_CFLAGS is always set to the relevant "emit debuginfo"
flags (/Zi, possibly plus /FS, on MSVC), independently of any
--enable-dbgutil/-debug/-symbols configuration:  Was the below commit
really intended to be that way?  Or did it rather want to add those 
"emit debuginfo" flags *when doing (any sort of) a debug build* only?
[...]
-       , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS)))
\
+       , $(gb_COMPILERNOOPTFLAGS) $(if $(filter MSC,$(COM)),
$(gb_DEBUG_CFLAGS)) $(gb_LinkTarget_EXCEPTIONFLAGS))) \
Should be fixed in [1]. Thanks for reporting.
* [1] https://gerrit.libreoffice.org/19744
Context
- Unconditionally include gb_DEBUG_CFLAGS in MSVC bridge_noopt_objects? · David Ostrovsky
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.