Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-30 | drop cmake support | Nicola Murino | |
It just seems to cause problems and also the Fedora equivalent of this package does not include cmake | |||
2023-10-30 | remove -D strip=true | Nicola Murino | |
2023-04-25 | turn lto off by default | Nicola Murino | |
2021-04-26 | update to pick newer flags from mingw-w64-environment | Nicola Murino | |
2020-12-02 | add MESON_EXE_WRAPPER env var | Nicola Murino | |
2020-11-04 | suppress warning with meson 0.56 | Nicola Murino | |
2020-05-18 | toolchain generator: don't crash if *FLAGS aren't set | Nicola Murino | |
see usage in mingw-w64-libsoup 2.70.0 | |||
2019-12-08 | add sys_root to the cross file and install meson-cross-file-generator | Nicola Murino | |
2019-12-08 | use *flags from mingw-w64-environment | Nicola Murino | |
2019-12-02 | update build flags | Nicola Murino | |
2019-11-17 | linker flags: add -Wl,-O1,--sort-common,--as-needed | Nicola Murino | |
let's see if it breaks something | |||
2019-11-17 | add mingw-w64-cmake as optdepends | Nicola Murino | |
2019-11-17 | add cmake to binaries | Nicola Murino | |
2019-11-17 | update link args for the new crt | Nicola Murino | |
2019-09-08 | allows to override the strip option | Nicola Murino | |
it is too aggressive with static library and a ranlib is not always enough | |||
2019-05-05 | allows to disable lto | Nicola Murino | |
2019-01-07 | readd -Wp for preprocessor option | Nicola Murino | |
2019-01-07 | add -fno-plt to cflags | Nicola Murino | |
2018-09-03 | fix sha256sum for toolchain-mingw | Nicola Murino | |
2018-09-03 | use gcc-ranlib too | Nicola Murino | |
2018-09-03 | Use gcc-ar instead of ar | Martchus | |
Prevents issues like: ``` i686-w64-mingw32-ar: glib/glib@@glib-2.0@sha/glist.c.obj: plugin needed to handle lto object ``` | |||
2018-06-13 | remove conflicting cflags | Nicola Murino | |
2018-05-14 | cross file is now configurable | Nicola Murino | |
use the env var CROSS_FILE to set a custom cross file different from the system one use the env var NEED_WINE to use a cross file with wine support | |||
2018-05-11 | depends on mingw-w64-wine | Nicola Murino | |
2018-05-10 | wine is now a depends | Nicola Murino | |
2018-05-10 | add a wrapper script | Nicola Murino | |
thanks to kfg | |||
2018-05-08 | add arch's cflags | Nicola Murino | |
2018-04-23 | Initial version | Nicola Murino | |