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)

x86
Linux
defect
Not set
normal

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.
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
QA Contact: build-config
--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
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.