mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
Clean and Fix Mozconfigs
This commit is contained in:
parent
b5445fd195
commit
b34a6b75fb
4 changed files with 8 additions and 11 deletions
|
|
@ -2,14 +2,12 @@
|
||||||
|
|
||||||
##Uncomment PGO for release build
|
##Uncomment PGO for release build
|
||||||
|
|
||||||
# 16 jobs for 16 cores
|
# auto detect threads
|
||||||
mk_add_options MOZ_MAKE_FLAGS="-j6"
|
mk_add_options MOZ_MAKE_FLAGS="-j$NUMBER_OF_PROCESSORS"
|
||||||
|
|
||||||
# x86 build
|
# x86 build
|
||||||
ac_add_options --host=i686-pc-mingw32
|
ac_add_options --host=i686-pc-mingw32
|
||||||
ac_add_options --target=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
|
# Force compiler + linker + tools
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,13 +2,12 @@
|
||||||
|
|
||||||
##Uncomment PGO for release build
|
##Uncomment PGO for release build
|
||||||
|
|
||||||
# 16 jobs for 16 cores
|
# auto detect threads
|
||||||
mk_add_options MOZ_MAKE_FLAGS="-j6"
|
mk_add_options MOZ_MAKE_FLAGS="-j$NUMBER_OF_PROCESSORS"
|
||||||
|
|
||||||
# x86 build
|
# x86 build
|
||||||
ac_add_options --host=i686-pc-mingw32
|
ac_add_options --host=i686-pc-mingw32
|
||||||
ac_add_options --target=i686-pc-mingw32
|
ac_add_options --target=i686-pc-mingw32
|
||||||
WIN32_REDIST_DIR=$VCINSTALLDIR/Redist/MSVC/14.16.27012/x86
|
|
||||||
|
|
||||||
# Build only Hydra
|
# Build only Hydra
|
||||||
ac_add_options --enable-application=basilisk
|
ac_add_options --enable-application=basilisk
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,8 @@ export PATH="$CLANG:$PATH"
|
||||||
|
|
||||||
##Uncomment PGO for release build
|
##Uncomment PGO for release build
|
||||||
|
|
||||||
# 16 jobs for 16 cores
|
# auto detect threads
|
||||||
mk_add_options MOZ_MAKE_FLAGS="-j6"
|
mk_add_options MOZ_MAKE_FLAGS="-j$NUMBER_OF_PROCESSORS"
|
||||||
|
|
||||||
# x64 build
|
# x64 build
|
||||||
ac_add_options --host=x86_64-pc-mingw32
|
ac_add_options --host=x86_64-pc-mingw32
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# 16 jobs for 16 cores
|
# auto detect threads
|
||||||
mk_add_options MOZ_MAKE_FLAGS="-j16"
|
mk_add_options MOZ_MAKE_FLAGS="-j$NUMBER_OF_PROCESSORS"
|
||||||
|
|
||||||
# x64 build
|
# x64 build
|
||||||
ac_add_options --host=x86_64-pc-mingw32
|
ac_add_options --host=x86_64-pc-mingw32
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue