Closed
Bug 282519
Opened 20 years ago
Closed 15 years ago
--enable-debug with --enable-optimize="-O2" causes functions to be inlined anyway
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mvl, Unassigned)
Details
from my mozconfig: ac_add_options --enable-optimize="-O2 -march=i686 " ac_add_options --enable-debug The -O2 might be stupid, but i still expect it to not inline. Inlining makes debugging a pain.
Comment 1•18 years ago
|
||
Assigning bugs that I'm not actively working on back to nobody; use SearchForThis as a search term if you want to delete all related bugmail at once.
Assignee: dmose → nobody
Updated•15 years ago
|
QA Contact: build-config
Comment 2•15 years ago
|
||
--enable-debug doesn't imply no-inline... if you want -O2 you'll need to specify -fno-inline also
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•