[LLVMbugs] [Bug 471] NEW: [makefiles] Build mode (debug, release, profile) affects generation of runtime libraries
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Dec 2 21:54:36 PST 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=471
Summary: [makefiles] Build mode (debug,release,profile) affects
generation of runtime libraries
Product: Build scripts
Version: cvs
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Makefiles
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
Currently building LLVM in debug mode gives us debug symbols in the runtime
libraries.
The build mode of LLVM should not affect the behavior of the generated result,
debug symbols in runtime libraries should be orthogonal. If we really want them
it should be enabled by a flag that defaults to off.
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list