Closed Bug 632630 Opened 13 years ago Closed 13 years ago

Should add debug flag of assembler obj when MOZ_DEBUG_SYMBOLS

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla10

People

(Reporter: m_kato, Assigned: m_kato)

Details

(Whiteboard: [inbound])

Attachments

(1 file)

There is assembler files (*.S, *.s or *.asm) for GCC and Win64 MSVC.  But now, there is no debug information such as source line when we compile it, even if MOZ_DEBUG_SYMBOLS=1.  We should add debug flag to generate better symbol files.  (debug information will be removed by linker and add it to symbol files)
Attached patch fixSplinter Review
add debug option for ml64 and yasm on windows platform
Assignee: nobody → m_kato
Attachment #571308 - Flags: review?(khuey)
https://hg.mozilla.org/mozilla-central/rev/9c6af9e04aa8
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: