Issue 51165 - mixing debug and non debug libraries fails due to different inlining strategies
Summary: mixing debug and non debug libraries fails due to different inlining strategies
Status: CONFIRMED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: current
Hardware: All Windows, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-23 17:20 UTC by hjs
Modified: 2013-08-07 15:34 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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
.