OpenTTD/.github/workflows
Patric Stout 0cbe94256e
Change: [Emscripten] update to 2.0.34 and use Release over RelWithDebInfo (#9696)
It turns out that having "-g" in the compile-statement causes
Emscripten to pick -g3, which makes for very big binaries. This
is very likely not your intention when building Emscripten, as
smaller really is better.

For comparison, with RelWithDebInfo the binary is ~80MB. With
Release it is ~7.4MB.
2021-11-14 16:59:49 +01:00
..
ci-build.yml Change: [Actions] Also check desync debug 2021-10-19 09:05:00 +01:00
commit-checker.yml Change: [Actions] use newly created Actions instead of custom shell-scripting (#9284) 2021-05-20 19:12:33 +02:00
preview_build.yml Change: [Emscripten] update to 2.0.34 and use Release over RelWithDebInfo (#9696) 2021-11-14 16:59:49 +01:00
preview_label.yml Add: [Actions] preview workflow, where PRs can be reviewed in the browser 2020-12-15 15:46:39 +01:00
preview_push.yml Add: [Actions] preview workflow, where PRs can be reviewed in the browser 2020-12-15 15:46:39 +01:00
release.yml Change: [Actions] Use macOS-11 image for releases (#9605) 2021-10-03 21:14:59 +02:00
unused-strings.yml Codechange: validate that all STR_NNN strings are defined and used (#9518) 2021-09-02 22:32:10 +02:00