Skip to content

Commit

Permalink
make proof-producer binaries static
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 12, 2024
1 parent 61a7f50 commit b0ba708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proof-producer/libs/assigner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ foreach(PROTO_FILE ${PROTO_FILES})
list(APPEND GENERATED_HEADERS ${PROTO_HDR})
endforeach()

add_library(proof_generatorAssigner SHARED
add_library(proof_generatorAssigner STATIC
${PROTO_SRC}
)
set_target_properties(proof_generatorAssigner PROPERTIES CXX_STANDARD 20)
Expand Down
2 changes: 1 addition & 1 deletion proof-producer/libs/output_artifacts/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
add_library(proof_generatorOutputArtifacts
SHARED
STATIC
src/output_artifacts.cpp
)

Expand Down

0 comments on commit b0ba708

Please sign in to comment.