#1384 closed defect (invalid)
Firefox and Mozilla compile flags.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Firefox and Mozilla does cleanly compile with optimization flags ie: - march=pentium3 -mtune=pentium3 -O3 -pipe. But it doesn't run cleanly, what means doesn't run at all, it tries to load extensions, and disable obsolete extensions in infinite loop. For clean build I suggest to compile it without any additional CFLAGS and CPPFLAGS.
P.S: For bug 1335 - I tried it with Firefox 1.0.4
Note:
See TracTickets
for help on using tickets.
The instructions in the book use the switch --enable-optimize. This is default Mozilla method and why it is used in the book. Using other optimization flags is not supported. Marking this bug as invalid.