Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 10, 2024
1 parent 5afa876 commit 0c2ba11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proof-producer/bin/proof-producer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ function(setup_proof_generator_target)
EXPORT_NAME ${ARG_TARGET_NAME}
CXX_STANDARD 23
CXX_STANDARD_REQUIRED TRUE)
target_precompile_headers(${ARG_TARGET_NAME} REUSE_FROM crypto3_precompiled_headers_23)
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
target_compile_options(${ARG_TARGET_NAME} PRIVATE "-fconstexpr-steps=2147483647")
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
Expand Down

0 comments on commit 0c2ba11

Please sign in to comment.