Skip to content

Commit

Permalink
fixup! cmake: Check compiler features
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Mar 8, 2024
1 parent 81f3d4f commit dc1a121
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions cmake/bitcoin-config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

#define BITCOIN_CONFIG_H

/* Define this symbol if type char equals int8_t */
#cmakedefine CHAR_EQUALS_INT8 1

/* Version Build */
#define CLIENT_VERSION_BUILD @CLIENT_VERSION_BUILD@

Expand Down
11 changes: 0 additions & 11 deletions cmake/introspection.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -224,17 +224,6 @@ check_cxx_source_compiles("
" HAVE_SYSCTL_ARND
)

check_cxx_source_compiles("
#include <cstdint>
#include <type_traits>
int main()
{
static_assert(std::is_same<int8_t, char>::value);
}
" CHAR_EQUALS_INT8
)

check_cxx_source_compiles("
int foo(void) __attribute__((visibility(\"default\")));
int main(){}
Expand Down

0 comments on commit dc1a121

Please sign in to comment.