Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hnwyllmm committed Nov 13, 2024
1 parent 66da728 commit de707bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ IF(WITH_UNIT_TESTS)
ENDIF (ENABLE_COVERAGE)
enable_testing()
ENDIF(WITH_UNIT_TESTS)
message(STATUS "CMAKE_COMMON_FLAGS is " ${CMAKE_COMMON_FLAGS})

SET(CMAKE_CXX_FLAGS ${CMAKE_COMMON_FLAGS})
SET(CMAKE_C_FLAGS ${CMAKE_COMMON_FLAGS})

Expand Down
2 changes: 1 addition & 1 deletion deps/common/log/log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ int LoggerFactory::init_default(

return init(log_file, &g_log, log_level, console_level, rotate_type);
}
#define LBT_SYMBOLS

const char *lbt()
{
constexpr int buffer_size = 100;
Expand Down

0 comments on commit de707bc

Please sign in to comment.