Skip to content

Commit

Permalink
Merge pull request #3501 from hzeller/20230308-dont-change-layout-on-…
Browse files Browse the repository at this point in the history
…debug

Don't use -DDEBUG to change layout of PathId.
  • Loading branch information
alaindargelas authored Mar 8, 2023
2 parents b0c58c8 + f4bcef5 commit efd45b9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions include/Surelog/Common/PathId.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@
#include <unordered_set>
#include <vector>

#if !defined(PATHID_DEBUG_ENABLED)
#if defined(DEBUG) || defined(_DEBUG)
#define PATHID_DEBUG_ENABLED 1
#else
#define PATHID_DEBUG_ENABLED 0
#endif
#endif

namespace SURELOG {
/**
* class PathId
Expand Down

0 comments on commit efd45b9

Please sign in to comment.