summaryrefslogtreecommitdiffstats
path: root/build/autoconf
Commit message (Collapse)AuthorAgeLines
* Always build with SSE2 support when using GCCtrav902018-06-03-2/+2
|
* Revert "Always build with SSE2 support & display an error if not available"Moonchild2018-05-28-2/+2
|
* Remove extraneous SSE flagtrav902018-05-27-1/+1
|
* Tweak SSE/SSE2 GCC flagstrav902018-05-27-1/+1
|
* Always build with SSE2 support when using GCCtrav902018-05-27-2/+2
|
* Issue #325 Part 15: Remove ENABLE_INTL_API and EXPOSE_INTL_API flags.wolfbeast2018-05-04-18/+2
|
* Remove the option to build without INTL/ICUwolfbeast2018-05-04-24/+6
| | | | This resolves #324.
* Remove jemalloc 4 from our tree.wolfbeast2018-04-27-81/+0
|
* Remove support for making jemalloc4 the default memory allocator.wolfbeast2018-04-27-36/+3
|
* Remove support for system jemalloc.wolfbeast2018-04-26-1/+1
|
* Style fixtrav902018-04-20-3/+1
|
* Force use of level 1 Liftetime DSE optimization on modern GCCtrav902018-04-19-7/+6
| | | | Instead of completely disabling it.
* Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed.wolfbeast2018-04-13-1/+1
| | | | | | | | | - `--enable-official-branding` implies `MC_OFFICIAL` (no need to specifically set it) - `--enable-official-vendor` can be used to set `MC_OFFICIAL` on builds without `--enable-official-branding` that should still be considered official release versions. - `MC_OFFICIAL` implies `--enable-release`, meaning `DEVELOPER_OPTIONS` isn't set - `MC_OFFICIAL` makes `nsXULAppInfo.getIsOfficial` return `true` - `MC_OFFICIAL` makes `AppConstants.MOZILLA_OFFICIAL` (for compatibility in extensions) and `AppConstants.MC_OFFICIAL` return `true` - Optional, for the time being: `MOZILLA_OFFICIAL` is still present in some places in case someone wants to build a Mozilla-alike official application and has the rights and necessary keys to use Mozilla-official third-party services. This must always be combined with `MC_OFFICIAL` to have a sane combination of defines. This may be removed in the future.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+6319