Skip to content

Commit

Permalink
support log archive and compress
Browse files Browse the repository at this point in the history
  • Loading branch information
bxq2011hust committed Jan 18, 2024
1 parent 1a059a2 commit 6171653
Show file tree
Hide file tree
Showing 6 changed files with 557 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,6 @@ CheckOptions:
- key: llvm-else-after-return.WarnOnUnfixable
value: 'false'
- key: readability-identifier-length.IgnoredVariableNames
value: 'it|ar|i|j|k|e|id|ss|os|tx|db'
value: 'it|ar|i|j|k|e|id|ss|os|tx|db|to'
...

3 changes: 0 additions & 3 deletions bcos-utilities/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ if(TESTS)
add_subdirectory(test)
endif()

if (NOT WIN32)
target_compile_options(bcos-utilities PRIVATE -Wno-error=unused-function) #FIXME: remove this line
endif()
include(GNUInstallDirs)
install(TARGETS bcos-utilities EXPORT fiscobcosTargets ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}")
install(DIRECTORY "bcos-utilities" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/" FILES_MATCHING PATTERN "*.h")
Loading

0 comments on commit 6171653

Please sign in to comment.