disable cyrpto temporarily(#24819)

v1.8
石晓伟 5 years ago committed by GitHub
parent 126d3d693b
commit 0037464b71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -88,7 +88,7 @@ option(WITH_DGC "Use DGC(Deep Gradient Compression) or not" ${WITH_DISTRIBUTE}
option(SANITIZER_TYPE "Choose the type of sanitizer, options are: Address, Leak, Memory, Thread, Undefined" OFF)
option(WITH_LITE "Compile Paddle Fluid with Lite Engine" OFF)
option(WITH_NCCL "Compile PaddlePaddle with NCCL support" ON)
option(WITH_CRYPTO "Compile PaddlePaddle with paddle_crypto lib" ON)
option(WITH_CRYPTO "Compile PaddlePaddle with crypto support" OFF)
# PY_VERSION
if(NOT PY_VERSION)

Loading…
Cancel
Save