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

remove -release tag from library and executable #3190

Closed
ViralBShah opened this issue May 23, 2013 · 4 comments
Closed

remove -release tag from library and executable #3190

ViralBShah opened this issue May 23, 2013 · 4 comments
Labels
building Build system, or building Julia or its dependencies needs decision A decision on this change is needed

Comments

@ViralBShah
Copy link
Member

Currently, the make install target builds both debug and release. Currently, sys.ji is built by the debug target. Is there any likely performance impact from having it sys.ji built as part of the debug target, as opposed to the release target?

I do not think so, but just want to make sure, since all our shipped binaries are built this way.

@JeffBezanson
Copy link
Member

No, it will build the exact same image, but doing so will take a bit longer.
Do you really think we need to ship both debug and release builds? I'd kind of like to remove the -release tag from the executable and shared library.

@vtjnash
Copy link
Member

vtjnash commented May 23, 2013

I like to ship both to track down crashes on windows. It's fine if you want to remove -release and just have -debug

@JeffBezanson
Copy link
Member

Sounds good to me.

@staticfloat
Copy link
Member

Closed by #4177

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies needs decision A decision on this change is needed
Projects
None yet
Development

No branches or pull requests

4 participants