We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clang-tidy
1 parent a7cc7d8 commit dc32026Copy full SHA for dc32026
src/CMakeLists.txt
@@ -67,8 +67,9 @@ foreach(config IN LISTS CMAKE_BUILD_TYPE CMAKE_CONFIGURATION_TYPES)
67
string(TOUPPER "${config}" config)
68
set(CMAKE_C_FLAGS_${config} "${CMAKE_C_FLAGS_RELWITHDEBINFO}")
69
endforeach()
70
+set(CMAKE_EXPORT_COMPILE_COMMANDS OFF)
71
add_subdirectory(secp256k1)
-set_target_properties(secp256k1 PROPERTIES EXPORT_COMPILE_COMMANDS OFF)
72
+set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
73
string(APPEND CMAKE_C_COMPILE_OBJECT " ${APPEND_CPPFLAGS} ${APPEND_CFLAGS}")
74
75
# Stable, backwards-compatible consensus functionality.
0 commit comments