|
|
@ -55,6 +55,7 @@ option(WITH_COVERAGE "Compile PaddlePaddle with code coverage" OFF)
|
|
|
|
option(COVERALLS_UPLOAD "Package code coverage data to coveralls" OFF)
|
|
|
|
option(COVERALLS_UPLOAD "Package code coverage data to coveralls" OFF)
|
|
|
|
option(ON_TRAVIS "Exclude special unit test on Travis CI" OFF)
|
|
|
|
option(ON_TRAVIS "Exclude special unit test on Travis CI" OFF)
|
|
|
|
option(WITH_C_API "Compile PaddlePaddle with C-API(Prediction)" OFF)
|
|
|
|
option(WITH_C_API "Compile PaddlePaddle with C-API(Prediction)" OFF)
|
|
|
|
|
|
|
|
option(WITH_FLUID "Compile PaddlePaddle fluid only" ON)
|
|
|
|
option(WITH_GOLANG "Compile PaddlePaddle with GOLANG" OFF)
|
|
|
|
option(WITH_GOLANG "Compile PaddlePaddle with GOLANG" OFF)
|
|
|
|
option(GLIDE_INSTALL "Download and install go dependencies " ON)
|
|
|
|
option(GLIDE_INSTALL "Download and install go dependencies " ON)
|
|
|
|
option(USE_NNPACK "Compile PaddlePaddle with NNPACK library" OFF)
|
|
|
|
option(USE_NNPACK "Compile PaddlePaddle with NNPACK library" OFF)
|
|
|
|