finally fix gcc building fully

This commit is contained in:
wuggy 2026-04-19 19:28:17 -07:00
commit 7917e6bed3
12 changed files with 60 additions and 13 deletions

View file

@ -16,11 +16,7 @@
* Note: MOZ_NORETURN seems to break crash stacks on ARM, so we don't
* use that annotation there.
*/
#if defined(__MINGW32__)
# define MOZALLOC_ABORT_API
#else
# define MOZALLOC_ABORT_API MFBT_API
#endif
#define MOZALLOC_ABORT_API MFBT_API
MOZALLOC_ABORT_API
#if !defined(__arm__)