We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a1aca3 + 006c3c9 commit 01dec19Copy full SHA for 01dec19
tensorflow/core/platform/default/stacktrace.h
@@ -17,8 +17,8 @@ limitations under the License.
17
#define TENSORFLOW_CORE_PLATFORM_DEFAULT_STACKTRACE_H_
18
19
#include "tensorflow/core/platform/platform.h"
20
-#if !defined(IS_MOBILE_PLATFORM) && defined(PLATFORM_POSIX) && \
21
- (defined(__clang__) || defined(__GNUC__))
+#if !defined(IS_MOBILE_PLATFORM) && !defined(PLATFORM_WINDOWS) && \
+ defined(PLATFORM_POSIX) && (defined(__clang__) || defined(__GNUC__))
22
#define TF_GENERATE_BACKTRACE
23
#endif
24
0 commit comments