We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6842bec commit 7259f65Copy full SHA for 7259f65
python/CMakeLists.txt
@@ -10,7 +10,7 @@ file(GLOB PYTHON_INTERFACE_SOURCES "src/*.cpp")
10
11
pybind11_add_module(blocksci_interface ${PYTHON_INTERFACE_SOURCES} ${PYTHON_INTERFACE_HEADERS})
12
13
-target_compile_options(blocksci_interface PRIVATE -Wall -Wextra -Wpedantic -Winstantiation-after-specialization)
+target_compile_options(blocksci_interface PRIVATE -Wall -Wextra -Wpedantic)
14
15
target_link_libraries( blocksci_interface PUBLIC blocksci)
16
0 commit comments