summaryrefslogtreecommitdiff
path: root/build/autoconf/compiler-opts.m4
Commit message (Collapse)AuthorAge
* Issue #1818 - Part 4: always use -pipe with GCCtrav902022-04-15
| | | | Usable GCC versions have supported -pipe for a VERY long time. There's no need to keep checking if it is supported.
* Issue #1818 - Part 1: remove a number of old GCC hacks.trav902022-04-15
|
* Issue #1053 - First pass Android defines and remove Android AnnotationMoonchild2022-04-01
| | | | processors, some Andoid packaging stuff, Eclipse IDE support et al.
* Issue #1226 - Explicitly enable sse2 on x86_64 also.wolfbeast2019-09-10
| | | | | | Although it's enabled by default in gcc (should be, anyway!), we're being explicit here for 64-bit x86 platforms here also. This matches the old behavior.
* Don't assume Intel architecture for compiler optimizations on Linux/gcc.wolfbeast2019-09-10
| | | | | This only adds SSE2 flags when the CPU architecture is correct for it. Resolves #1226
* Always build with SSE2 support when using GCCtrav902018-06-03
|
* Revert "Always build with SSE2 support & display an error if not available"Moonchild2018-05-28
|
* Remove extraneous SSE flagtrav902018-05-27
|
* Tweak SSE/SSE2 GCC flagstrav902018-05-27
|
* Always build with SSE2 support when using GCCtrav902018-05-27
|
* Style fixtrav902018-04-20
|
* Force use of level 1 Liftetime DSE optimization on modern GCCtrav902018-04-19
| | | | Instead of completely disabling it.
* Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed.wolfbeast2018-04-13
| | | | | | | | | - `--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