Skip to content

Commit

Permalink
IOSS: See if long compile time causing msys2 failure
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed May 10, 2023
1 parent e1eaf1d commit 3b1314a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright(C) 1999-2022 National Technology & Engineering Solutions
// Copyright(C) 1999-2023 National Technology & Engineering Solutions
// of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
// NTESS, the U.S. Government retains certain rights in this software.
//
Expand All @@ -8,7 +8,7 @@
#include <doctest.h>

// Disable these tests on NVCC. It tries to optimize and takes forever to build...
#ifndef __NVCC__
#if !defined(__NVCC__) && !defined(__IOSS_WINDOWS__)
#if defined(__clang__) || (defined(__GNUC__) && !defined(__INTEL_COMPILER))
#define ATTRIBUTE_NO_SANITIZE_ADDRESS __attribute__((no_sanitize_address))
#else
Expand Down

0 comments on commit 3b1314a

Please sign in to comment.