Commit 0cce6f8
authored
Default to EXECUTABLE=1 when generating a JS file with no extension (#26088)
Followup to #26085 which added initial support for `-sEXECUTABLE`.
The assumption here is that if we are generating a file with no
extension (or something called `a.out`) then we are trying to build
something that is directly runnable.1 parent d3d9e0a commit 0cce6f8
File tree
5 files changed
+40
-8
lines changed- docs
- site/source/docs/tools_reference
- test
- tools
5 files changed
+40
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
588 | 593 | | |
589 | 594 | | |
590 | 595 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
574 | 574 | | |
575 | 575 | | |
576 | 576 | | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
577 | 581 | | |
578 | 582 | | |
579 | 583 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15283 | 15283 | | |
15284 | 15284 | | |
15285 | 15285 | | |
15286 | | - | |
15287 | | - | |
15288 | | - | |
| 15286 | + | |
| 15287 | + | |
| 15288 | + | |
15289 | 15289 | | |
| 15290 | + | |
15290 | 15291 | | |
15291 | 15292 | | |
15292 | | - | |
15293 | | - | |
15294 | | - | |
15295 | | - | |
| 15293 | + | |
| 15294 | + | |
| 15295 | + | |
| 15296 | + | |
| 15297 | + | |
| 15298 | + | |
| 15299 | + | |
| 15300 | + | |
| 15301 | + | |
| 15302 | + | |
| 15303 | + | |
| 15304 | + | |
| 15305 | + | |
| 15306 | + | |
15296 | 15307 | | |
| 15308 | + | |
| 15309 | + | |
| 15310 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
931 | 931 | | |
932 | 932 | | |
933 | 933 | | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
934 | 942 | | |
935 | 943 | | |
936 | 944 | | |
| |||
0 commit comments