Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why we use Debug build type #9348

Closed
gongweibao opened this issue Mar 24, 2018 · 1 comment
Closed

Why we use Debug build type #9348

gongweibao opened this issue Mar 24, 2018 · 1 comment
Assignees

Comments

@gongweibao
Copy link
Contributor

# make sure CPU only build with openblas passes.
nvidia-docker run -i --rm -v $PWD:/paddle -v /root/.cache:/root/.cache\
    -e "APT_MIRROR=${apt_mirror}"\
    -e "WITH_GPU=OFF"\
    -e "WITH_AVX=%WITH_AVX%"\
    -e "WITH_GOLANG=%WITH_GOLANG%"\
    -e "WITH_TESTING=OFF"\
    -e "WITH_COVERAGE=OFF" \
    -e "COVERALLS_UPLOAD=OFF" \
    -e "GIT_PR_ID=${PR_ID}" \
    -e "WITH_C_API=%WITH_C_API%" \
    -e "CMAKE_BUILD_TYPE=Debug" \
    -e "WITH_MKL=OFF" \
    -e "JSON_REPO_TOKEN=JSUOs6TF6fD2i30OJ5o2S55V8XWv6euen" \
    -e "WITH_DEB=OFF"\
    -e "PADDLE_VERSION=%PADDLE_VERSION%"\
    -e "PADDLE_FRACTION_GPU_MEMORY_TO_USE=0.15" \
    -e "RUN_TEST=OFF" ${PADDLE_DEV_NAME}
@helinwang
Copy link
Contributor

Thanks! I have changed it to RelWithDebInfo for builds in "PR CI". CC: @putcn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants