Skip to content

Commit

Permalink
Test data issue. This should be reverted.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-s-morgan committed Aug 1, 2023
1 parent 1108ef9 commit 20f75ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if(USE_TEST_PRIMES)
add_compile_definitions(USE_TEST_PRIMES)
else()
message("++ Using Standard Primes.")
add_compile_definitions(USE_STANDARD_PRIMES)
add_compile_definitions(USE_STANDARD_EG_1_PRIMES)
endif()

# HACK: Disable explicit bzero on android
Expand Down

0 comments on commit 20f75ee

Please sign in to comment.