15 lines
684 B
Diff
15 lines
684 B
Diff
diff -up firefox-114.0.2/gfx/wr/swgl/src/gl.cc.inline firefox-114.0.2/gfx/wr/swgl/src/gl.cc
|
|
--- firefox-114.0.2/gfx/wr/swgl/src/gl.cc.inline 2023-06-22 11:08:53.294593327 +0200
|
|
+++ firefox-114.0.2/gfx/wr/swgl/src/gl.cc 2023-06-22 11:12:43.663486734 +0200
|
|
@@ -58,9 +58,7 @@ WINBASEAPI BOOL WINAPI QueryPerformanceF
|
|
}
|
|
|
|
#else
|
|
-// GCC is slower when dealing with always_inline, especially in debug builds.
|
|
-// When using Clang, use always_inline more aggressively.
|
|
-# if defined(__clang__) || defined(NDEBUG)
|
|
+# if defined(__clang__) || defined (__GNUC__) || defined(NDEBUG)
|
|
# define ALWAYS_INLINE __attribute__((always_inline)) inline
|
|
# else
|
|
# define ALWAYS_INLINE inline
|