Closed
Bug 301810
(bug_244156)
Opened 19 years ago
Closed 19 years ago
xpconnect/src does not build with /GL
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: varun21, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050722 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050722 Firefox/1.0.6 cl : Command line error D2016 : '/GL' and '/YX' command-line options are incompatible would not build with ac_add_options --enable-optimize="-Oxp -GAFL7s -arch:SSE2" but would build with ac_add_options --enable-optimize="-Oxp -GAF7s -GL -arch:SSE2" pls modify the makefile.in so take all possible combinations of GAFL7s and reopen bug 244156. Reproducible: Always Actual Results: cl : Command line error D2016 : '/GL' and '/YX' command-line options are incompatible Expected Results: run a successful build c:\mozilla\js\src\xpconnect\src\Makefile.in
Comment 1•19 years ago
|
||
"don't do that"...
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•