possible fix for issue #30

This commit is contained in:
greg
2019-09-06 13:52:12 -04:00
parent b5548f6582
commit 8f0ccf7371
+1 -1
View File
@@ -391,7 +391,7 @@
#define PHMAP_ATTRIBUTE_ALWAYS_INLINE
#endif
#if PHMAP_HAVE_ATTRIBUTE(noinline) || (defined(__GNUC__) && !defined(__clang__))
#if PHMAP_HAVE_ATTRIBUTE(noinline) || (defined(__GNUC__) && !defined(__clang__) && !defined(__INTEL_COMPILER))
#define PHMAP_ATTRIBUTE_NOINLINE __attribute__((noinline))
#define PHMAP_HAVE_ATTRIBUTE_NOINLINE 1
#else