Skip to content

Commit

Permalink
shut clang up
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Jan 7, 2024
1 parent e413643 commit eb0d40a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
#ifndef KRK_DISABLE_DEBUG
#define NOOP (void)0

#if defined(__GNUC__) && !defined(__llvm__) && !defined(__INTEL_COMPILER)
#pragma GCC optimize ("Os")
#endif

#define STRING_DEBUG_TRUNCATE 50

Expand Down

0 comments on commit eb0d40a

Please sign in to comment.