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: allow Make.user to tweak bootstrap debug level #44728

Merged
merged 1 commit into from
Mar 24, 2022
Merged

Conversation

aviatesk
Copy link
Member

The -g1 option for bootstrapping is especially useful to get Julia-level
stacktrace in a case when some hard-to-debug error happened inside Core.Compiler.
Now we can define to enable it locally without modification on Make.inc:

Make.user

BOOTSTRAP_DEBUG_LEVEL=1

The `-g1` option for bootstrapping is especially useful to get 
Julia-level
stacktrace in a case when some hard-to-debug error happened inside 
`Core.Compiler`.
Now we can define to enable it locally without modification on Make.inc:
> Make.user
```
BOOTSTRAP_DEBUG_LEVEL=1
```
@DilumAluthge DilumAluthge added the building Build system, or building Julia or its dependencies label Mar 24, 2022
@vtjnash vtjnash merged commit 6ce817b into master Mar 24, 2022
@vtjnash vtjnash deleted the avi/bootdebug branch March 24, 2022 16:15
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants