Closed
Bug 736925
Opened 14 years ago
Closed 14 years ago
NSPR doesn't use MOZ_OPTIMIZE_LDFLAGS in the mozconfig
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: xunxun1982, Assigned: wtc)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0
Build ID: 20120313235442
Steps to reproduce:
I specified the linker option in my mozconfig file:
export MOZ_OPTIMIZE_LDFLAGS="-opt:ref,icf mylib.lib"
mk_add_options MOZ_OPTIMIZE_LDFLAGS="-opt:ref,icf mylib.lib"
Actual results:
The linker option can't be transfered to nsprpub module
Expected results:
The nsprpub module should also use the linker option.
Comment 1•14 years ago
|
||
This is an internal implementation detail, I don't think it's intended to work. You should be able to export LDFLAGS.
Assignee: nobody → wtc
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Component: Build Config → NSPR
Product: Core → NSPR
QA Contact: build-config → nspr
Resolution: --- → INVALID
Version: 11 Branch → 4.9
You need to log in
before you can comment on or make changes to this bug.
Description
•