Issue 51165

Summary: mixing debug and non debug libraries fails due to different inlining strategies
Product: Build Tools Reporter: hjs <hans-joachim.lankenau>
Component: solenvAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues, matthias.huetsch
Version: current   
Target Milestone: ---   
Hardware: All   
OS: Windows, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description hjs 2005-06-23 17:20:11 UTC
with the current set of compiler/linker switches, a library built with
"debug=true" may have a reduce set of exports. this is caused by additional
inlining taking place. if another library expects one of those symbols to be
exported, this symbol is unresolved.
Comment 1 hjs 2005-06-24 15:09:23 UTC
.