.mozconfig:
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ff-@CONFIG_GUESS@
ac_add_options --enable-application=browser
mk_add_options MOZ_CO_PROJECT=browser
ac_add_options --enable-update-channel=release
ac_add_options --enable-optimize
ac_add_options --disable-debug
ac_add_options --disable-tests
ac_add_options --enable-update-packaging
ac_add_options --enable-official-branding
ac_add_options --with-crashreporter-enable-percent=10
I know that the release version was built with jemalloc, which I did
not enable, but would that make a difference?
I was also curious as to what mozcrt19.dll is for. I don't even have
the dll in my build.
Thanks!
Also, lol two years late replying to this.