We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be58cba commit 7ff543bCopy full SHA for 7ff543b
cmake/ncrypto-flags.cmake
@@ -1,5 +1,5 @@
1
option(NCRYPTO_DEVELOPMENT_CHECKS "development checks (useful for debugging)" OFF)
2
-option(NCRYPTO_TESTING "Build tests" OFF)
+option(NCRYPTO_TESTING "Build tests" ON)
3
4
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
5
set(CMAKE_CXX_STANDARD 20)
0 commit comments