Commit 5605192
committed
Reduce amount of debug info injected in extension modules
sysconfig.get_config_var('CFLAGS') has '-g', which defaults to level 2
Py310 builds on linux-aarch64 require >5GB with level 2, which result
in the docker build containers getting killed on azure, where we have
only 7GB of memory. With -g1, the memory requirement decreases to <4GB
Resolves #115071 parent e32f35b commit 5605192
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
516 | | - | |
| 516 | + | |
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
| |||
0 commit comments