-
Notifications
You must be signed in to change notification settings - Fork 33
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
Enable optimization level setting #62
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, merge with master.
This PR breaks GDB support when -O0 optimization level is set |
@reazulhoque @diptorupd If we take |
@PokhodenkoSA @diptorupd should we merge this? |
@reazulhoque I think, it should be merge after problem with -O0 (addr space casting) is fixed. This code will fail if user changes option NUMBA_OPT to 0 |
It is up to user to use any NUMBA_OPT value. This PR only provides an option to configure. |
Issue #39