Skip to content

Commit

Permalink
chore: address gh comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasrim committed Oct 19, 2023
1 parent 2dba064 commit 961be19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ add_library(dragonfly_lib engine_shard_set.cc channel_store.cc command_registry.

cxx_link(dfly_transaction dfly_core strings_lib TRDP::fast_float)

option(PRINT_STACKTRACES_ON_SIGNAL "Enables DF to print all fiber stacktraces on SIGKILL" OFF)
option(PRINT_STACKTRACES_ON_SIGNAL "Enables DF to print all fiber stacktraces on SIGUSR1" OFF)

if (PRINT_STACKTRACES_ON_SIGNAL)
target_compile_definitions(dragonfly_lib PRIVATE PRINT_STACKTRACES_ON_SIGNAL)
Expand Down

0 comments on commit 961be19

Please sign in to comment.