You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/.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.
3 years ago
..
ci-build.yml Change: [Actions] Also check desync debug 3 years ago
commit-checker.yml Change: [Actions] use newly created Actions instead of custom shell-scripting (#9284) 3 years ago
preview_build.yml Change: [Emscripten] update to 2.0.34 and use Release over RelWithDebInfo (#9696) 3 years ago
preview_label.yml Add: [Actions] preview workflow, where PRs can be reviewed in the browser 4 years ago
preview_push.yml Add: [Actions] preview workflow, where PRs can be reviewed in the browser 4 years ago
release.yml Change: [Actions] Use macOS-11 image for releases (#9605) 3 years ago
unused-strings.yml Codechange: validate that all STR_NNN strings are defined and used (#9518) 3 years ago