We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
USE_UNIX_BACKTRACE_SUPPORT
1 parent 79933ad commit d09c712Copy full SHA for d09c712
1 file changed
lib/config.h
@@ -208,8 +208,7 @@
208
#define USE_WINDOWS_SEH
209
#endif
210
211
-// TODO: __GLIBC__ is dependent on the features.h include and not a built-in compiler define, so it might be problematic to depend on it
212
-#if !defined(NO_UNIX_BACKTRACE_SUPPORT) && defined(__GNUC__) && defined(__GLIBC__) && !defined(__CYGWIN__) && !defined(__MINGW32__) && !defined(__NetBSD__) && !defined(__SVR4) && !defined(__QNX__)
+#if !defined(NO_UNIX_BACKTRACE_SUPPORT) && defined(__GNUC__) && !defined(__CYGWIN__) && !defined(__MINGW32__) && !defined(__NetBSD__) && !defined(__SVR4) && !defined(__QNX__)
213
#define USE_UNIX_BACKTRACE_SUPPORT
214
215
0 commit comments