How to build Firefox in Windows?

Discussion of third-party/unofficial Firefox/Thunderbird/SeaMonkey builds.
Post Reply
BeA_BeB
Posts: 2
Joined: November 29th, 2016, 7:49 am

How to build Firefox in Windows?

Post by BeA_BeB »

Goodnight.
Interested draft Cyberfox, but I still would like to do something similar and for himself with more stringent optimization iron.
What we have:
Windows 10 x64.
CPU: i7 3630QM
16 GB RAM
Visual Studio 2015
Intel C ++ Compiler 17

How to compile Firefox with ICC 17?

.mozconfig
CC="icc"
CXX="icpc"
build info:
0:17.39 ERROR: Cannot find the target C compiler
User avatar
DanRaisch
Moderator
Posts: 127166
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: How to build Firefox in Windows?

Post by DanRaisch »

Moving to Third Party/Unofficial Builds.
BeA_BeB
Posts: 2
Joined: November 29th, 2016, 7:49 am

Re: How to build Firefox in Windows?

Post by BeA_BeB »

.mozconfig
# For x64
ac_add_options --target=x86_64-pc-mingw32
ac_add_options --host=x86_64-pc-mingw32

CFLAGS="-O3"
CPPFLAGS="-O3"

Image


CFLAGS - Windows ???????

ac_add_options --enable-optimize='-O3'
does not work
xunxun1982
Posts: 311
Joined: June 20th, 2011, 10:37 am

Re: How to build Firefox in Windows?

Post by xunxun1982 »

Post Reply