Skip to content

Commit

Permalink
optimize proof-producer precompiled headers
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 6, 2024
1 parent a8c77db commit dea2880
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proof-producer/bin/proof-producer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ set(SINGLE_THREADED_TARGET "${CURRENT_PROJECT_NAME}-single-threaded")
setup_proof_generator_target(TARGET_NAME ${SINGLE_THREADED_TARGET} ADDITIONAL_DEPENDENCIES crypto3::all)
set(MULTI_THREADED_TARGET "${CURRENT_PROJECT_NAME}-multi-threaded")
setup_proof_generator_target(TARGET_NAME ${MULTI_THREADED_TARGET} ADDITIONAL_DEPENDENCIES parallel-crypto3::all crypto3::common)
target_precompile_headers(${MULTI_THREADED_TARGET} REUSE_FROM ${SINGLE_THREADED_TARGET})

# Install

Expand Down

0 comments on commit dea2880

Please sign in to comment.