Commit 6ce817b
authored
build: allow
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
```Make.user to tweak bootstrap debug level (#44728)1 parent 424785a commit 6ce817b
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments