I found out many of executable binaries in bin folder of msys2 and
mingw64 can still be stripped.
Is it safe enough to strip all these executable entirely ?
--
Check out the vibrant tech community on one of the world's mos
When using GNU binutils, the function aliases won't work transitively,
i.e. the strcmpi == _strcmpi alias in msvcrt-common.def.in won't
use the second alias of _strcmpi == _stricmp in ucrtbase.def.in but
will instead end up with an import of the nonexistent function
_strcmpi. Therefore add an ifdef
On Tue, 6 Feb 2018, Jacek Caban wrote:
This reverts 9b27e7e9ce13d05de3527878031e47cfe6eca06b. We update VERSION file
to Wine version, which is imported into configure script.
Signed-off-by: Jacek Caban
---
mingw-w64-tools/widl/wine-import.sh | 1 +
1 file changed, 1 insertion(+)
Oh, indeed
Ok. Thanks, Kai
2018-02-06 11:53 GMT+01:00 Jacek Caban :
>
> This reverts 9b27e7e9ce13d05de3527878031e47cfe6eca06b. We update VERSION
> file to Wine version, which is imported into configure script.
>
> Signed-off-by: Jacek Caban
> ---
> mingw-w64-tools/widl/wine-import.sh | 1 +
> 1 file change
This reverts 9b27e7e9ce13d05de3527878031e47cfe6eca06b. We update VERSION
file to Wine version, which is imported into configure script.
Signed-off-by: Jacek Caban
---
mingw-w64-tools/widl/wine-import.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/mingw-w64-tools/widl/wine-import.sh