Commit 281d256
Fix handling of -j in autoconf builder
Summary:
The *string* `"false"`, which was being returned by default, will be interpreted as truthy. So we were never getting the `-j` arg on the `make` command.
Should be a nice little speed boost for some builds.
Reviewed By: chadaustin
Differential Revision: D78819581
fbshipit-source-id: a1b57f17185d189df25e913e06bcf71f8f5400531 parent 4ed6d91 commit 281d256
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
447 | | - | |
| 446 | + | |
| 447 | + | |
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
| |||
0 commit comments