Clean and Fix Mozconfigs

This commit is contained in:
EAZYBLACK 2026-09-12 23:12:02 +03:00
commit b34a6b75fb
4 changed files with 8 additions and 11 deletions

View file

@ -2,14 +2,12 @@
##Uncomment PGO for release build
# 16 jobs for 16 cores
mk_add_options MOZ_MAKE_FLAGS="-j6"
# auto detect threads
mk_add_options MOZ_MAKE_FLAGS="-j$NUMBER_OF_PROCESSORS"
# x86 build
ac_add_options --host=i686-pc-mingw32
ac_add_options --target=i686-pc-mingw32
WIN32_REDIST_DIR=$VCINSTALLDIR/Redist/MSVC/14.16.27012/x86
WIN_UCRT_REDIST_DIR=$WINDOWSSDKDIR/Redist/10.0.19041.0/ucrt/DLLs/r86
# Force compiler + linker + tools

View file

@ -2,13 +2,12 @@
##Uncomment PGO for release build
# 16 jobs for 16 cores
mk_add_options MOZ_MAKE_FLAGS="-j6"
# auto detect threads
mk_add_options MOZ_MAKE_FLAGS="-j$NUMBER_OF_PROCESSORS"
# x86 build
ac_add_options --host=i686-pc-mingw32
ac_add_options --target=i686-pc-mingw32
WIN32_REDIST_DIR=$VCINSTALLDIR/Redist/MSVC/14.16.27012/x86
# Build only Hydra
ac_add_options --enable-application=basilisk

View file

@ -16,8 +16,8 @@ export PATH="$CLANG:$PATH"
##Uncomment PGO for release build
# 16 jobs for 16 cores
mk_add_options MOZ_MAKE_FLAGS="-j6"
# auto detect threads
mk_add_options MOZ_MAKE_FLAGS="-j$NUMBER_OF_PROCESSORS"
# x64 build
ac_add_options --host=x86_64-pc-mingw32

View file

@ -1,5 +1,5 @@
# 16 jobs for 16 cores
mk_add_options MOZ_MAKE_FLAGS="-j16"
# auto detect threads
mk_add_options MOZ_MAKE_FLAGS="-j$NUMBER_OF_PROCESSORS"
# x64 build
ac_add_options --host=x86_64-pc-mingw32