Open Bug 1411717 Opened 7 years ago Updated 2 years ago

Remove tools/jprof/stub/Makefile.in

Categories

(Firefox Build System :: General, enhancement)

enhancement

Tracking

(Not tracked)

People

(Reporter: ted, Unassigned)

References

(Blocks 1 open bug)

Details

It just sets `MOZ_OPTIMIZE_FLAGS = -fno-omit-frame-pointer`, which is doable via configure options. If this is still necessary we can make --enable-jprof force the right configure option.
Alternately, now that bug 1403346 is done, we could simply move this to moz.build as
`COMPILE_FLAGS['OPTIMIZE'] = ['-fno-omit-frame-pointer']`

Example:
https://dxr.mozilla.org/mozilla-central/rev/b996cabc7ef54bbe050d647494bf00d668ec52e6/build/clang-plugin/moz.build#84
Product: Core → Firefox Build System
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.