Skip to content

Commit

Permalink
fix gcc detect
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed May 22, 2024
1 parent 1223593 commit e7321a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tbox/prefix/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,7 @@
# if defined(__clang__)
# define TB_COMPILER_IS_CLANG
# endif
# if defined(__GNUC__)
# define TB_COMPILER_IS_GCC
# endif
# define TB_COMPILER_IS_GCC

// clang
# if defined(__clang__)
Expand Down

0 comments on commit e7321a9

Please sign in to comment.