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

Build default use cmake release #1668

Merged
merged 1 commit into from
Mar 21, 2017

Conversation

typhoonzero
Copy link
Contributor

Fix #1667

Add -DCMAKE_BUILD_TYPE=Release when build docker image, this will significantly reduce the size of the binaries.

@gangliao
Copy link
Contributor

Shall we only set all third party libraries to CMAKE_BUILD_TYPE=Release? Maybe first investigate other platforms like mxnet, caffe and tensorflow?

@typhoonzero
Copy link
Contributor Author

I think this is a global option. All the third party libraries are built and installed using cmake(under cmake/external) with this option

@gangliao gangliao merged commit a71218c into PaddlePaddle:develop Mar 21, 2017
@typhoonzero typhoonzero deleted the buildreleasefix branch August 11, 2017 06:51
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

Successfully merging this pull request may close these issues.

None yet

2 participants