Source: wine
Version: 9.0~repack-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240615 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> gcc -m64 -c -o dlls/winex11.drv/bitblt.o dlls/winex11.drv/bitblt.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> In file included from include/winnt.h:24,
> from include/windef.h:271,
> from dlls/winevulkan/vulkan_loader.h:28,
> from dlls/winevulkan/vulkan_private.h:28,
> from dlls/winevulkan/vulkan_thunks.c:20:
> dlls/winevulkan/vulkan_thunks.c: In function
> ‘convert_VkPhysicalDeviceGroupProperties_unwrapped_host_to_win32’:
> dlls/winevulkan/vulkan_thunks.c:19381:104: error: passing argument 1 of
> ‘ULongToPtr’ makes integer from pointer without a cast
> [-Werror=int-conversion]
> 19381 |
> convert_VkPhysicalDevice_array_unwrapped_host_to_win32(in->physicalDevices,
> (PTR32 *)UlongToPtr(out->physicalDevices), in->physicalDeviceCount);
> |
> ~~~^~~~~~~~~~~~~~~~~
> |
> |
> |
> PTR32 * {aka unsigned int *}
> include/basetsd.h:287:44: note: in definition of macro ‘UlongToPtr’
> 287 | #define UlongToPtr(ul) ULongToPtr(ul)
> | ^~
> include/basetsd.h:247:40: note: expected ‘ULONG32’ {aka ‘unsigned int’} but
> argument is of type ‘PTR32 *’ {aka ‘unsigned int *’}
> 247 | static inline void *ULongToPtr(ULONG32 ul)
> | ~~~~~~~~^~
> gcc -m64 -c -o dlls/winex11.drv/brush.o dlls/winex11.drv/brush.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/clipboard.o dlls/winex11.drv/clipboard.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> dlls/winevulkan/vulkan_thunks.c: In function
> ‘convert_VkPhysicalDeviceMemoryProperties_host_to_win32’:
> dlls/winevulkan/vulkan_thunks.c:25416:95: error: passing argument 1 of
> ‘ULongToPtr’ makes integer from pointer without a cast
> [-Werror=int-conversion]
> 25416 | convert_VkMemoryHeap_array_host_to_win32(in->memoryHeaps,
> (VkMemoryHeap32 *)UlongToPtr(out->memoryHeaps), in->memoryHeapCount);
> |
> ~~~^~~~~~~~~~~~~
> |
> |
> |
> VkMemoryHeap32 *
> include/basetsd.h:287:44: note: in definition of macro ‘UlongToPtr’
> 287 | #define UlongToPtr(ul) ULongToPtr(ul)
> | ^~
> include/basetsd.h:247:40: note: expected ‘ULONG32’ {aka ‘unsigned int’} but
> argument is of type ‘VkMemoryHeap32 *’
> 247 | static inline void *ULongToPtr(ULONG32 ul)
> | ~~~~~~~~^~
> gcc -m64 -c -o dlls/winex11.drv/desktop.o dlls/winex11.drv/desktop.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/display.o dlls/winex11.drv/display.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/event.o dlls/winex11.drv/event.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/graphics.o dlls/winex11.drv/graphics.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/init.o dlls/winex11.drv/init.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/keyboard.o dlls/winex11.drv/keyboard.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/mouse.o dlls/winex11.drv/mouse.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/opengl.o dlls/winex11.drv/opengl.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/palette.o dlls/winex11.drv/palette.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/pen.o dlls/winex11.drv/pen.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/vulkan.o dlls/winex11.drv/vulkan.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/window.o dlls/winex11.drv/window.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/wintab.o dlls/winex11.drv/wintab.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/x11drv_main.o dlls/winex11.drv/x11drv_main.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/xim.o dlls/winex11.drv/xim.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/xinerama.o dlls/winex11.drv/xinerama.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/xrandr.o dlls/winex11.drv/xrandr.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/xrender.o dlls/winex11.drv/xrender.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winex11.drv/xvidmode.o dlls/winex11.drv/xvidmode.c
> -Idlls/winex11.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winex11.drv/x86_64-windows/dllmain.o
> dlls/winex11.drv/dllmain.c -Idlls/winex11.drv -Iinclude -Iinclude/msvcrt
> -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winex11.drv/x86_64-windows/systray.o
> dlls/winex11.drv/systray.c -Idlls/winex11.drv -Iinclude -Iinclude/msvcrt
> -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winex11.drv/x86_64-windows/xdnd.o
> dlls/winex11.drv/xdnd.c -Idlls/winex11.drv -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winexinput.sys/x86_64-windows/main.o
> dlls/winexinput.sys/main.c -Idlls/winexinput.sys -Iinclude -Iinclude/msvcrt
> -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wing32/x86_64-windows/wing32.o
> dlls/wing32/wing32.c -Idlls/wing32 -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winhttp/x86_64-windows/cookie.o
> dlls/winhttp/cookie.c -Idlls/winhttp -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WINHTTP_INTERNAL_ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winhttp/x86_64-windows/handle.o
> dlls/winhttp/handle.c -Idlls/winhttp -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WINHTTP_INTERNAL_ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winhttp/x86_64-windows/main.o
> dlls/winhttp/main.c -Idlls/winhttp -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WINHTTP_INTERNAL_ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winhttp/x86_64-windows/net.o
> dlls/winhttp/net.c -Idlls/winhttp -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WINHTTP_INTERNAL_ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winhttp/x86_64-windows/request.o
> dlls/winhttp/request.c -Idlls/winhttp -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WINHTTP_INTERNAL_ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winhttp/x86_64-windows/session.o
> dlls/winhttp/session.c -Idlls/winhttp -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WINHTTP_INTERNAL_ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winhttp/x86_64-windows/url.o
> dlls/winhttp/url.c -Idlls/winhttp -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WINHTTP_INTERNAL_ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wininet/x86_64-windows/cookie.o
> dlls/wininet/cookie.c -Idlls/wininet -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WININET_INTERNAL_ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wininet/x86_64-windows/dialogs.o
> dlls/wininet/dialogs.c -Idlls/wininet -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WININET_INTERNAL_ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wininet/x86_64-windows/ftp.o
> dlls/wininet/ftp.c -Idlls/wininet -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WININET_INTERNAL_ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wininet/x86_64-windows/gopher.o
> dlls/wininet/gopher.c -Idlls/wininet -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WININET_INTERNAL_ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wininet/x86_64-windows/http.o
> dlls/wininet/http.c -Idlls/wininet -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WININET_INTERNAL_ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wininet/x86_64-windows/internet.o
> dlls/wininet/internet.c -Idlls/wininet -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WININET_INTERNAL_ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wininet/x86_64-windows/netconnection.o
> dlls/wininet/netconnection.c -Idlls/wininet -Iinclude -Iinclude/msvcrt
> -D_UCRT -D__WINESRC__ -D_WININET_INTERNAL_ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wininet/x86_64-windows/urlcache.o
> dlls/wininet/urlcache.c -Idlls/wininet -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WININET_INTERNAL_ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wininet/x86_64-windows/utility.o
> dlls/wininet/utility.c -Idlls/wininet -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WININET_INTERNAL_ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winmm/x86_64-windows/driver.o
> dlls/winmm/driver.c -Idlls/winmm -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WINMM_ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winmm/x86_64-windows/joystick.o
> dlls/winmm/joystick.c -Idlls/winmm -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WINMM_ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winmm/x86_64-windows/lolvldrv.o
> dlls/winmm/lolvldrv.c -Idlls/winmm -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WINMM_ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winmm/x86_64-windows/mci.o dlls/winmm/mci.c
> -Idlls/winmm -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -D_WINMM_
> -D__WINE_PE_BUILD -Wall -fno-strict-aliasing -Wdeclaration-after-statement
> -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned
> -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winmm/x86_64-windows/mmio.o
> dlls/winmm/mmio.c -Idlls/winmm -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WINMM_ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winmm/x86_64-windows/playsound.o
> dlls/winmm/playsound.c -Idlls/winmm -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WINMM_ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winmm/x86_64-windows/time.o
> dlls/winmm/time.c -Idlls/winmm -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WINMM_ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winmm/x86_64-windows/waveform.o
> dlls/winmm/waveform.c -Idlls/winmm -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WINMM_ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winmm/x86_64-windows/winmm.o
> dlls/winmm/winmm.c -Idlls/winmm -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WINMM_ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winnls32/x86_64-windows/winnls.o
> dlls/winnls32/winnls.c -Idlls/winnls32 -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winprint/x86_64-windows/printproc.o
> dlls/winprint/printproc.c -Idlls/winprint -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winscard/unixlib.o dlls/winscard/unixlib.c
> -Idlls/winscard -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winscard/x86_64-windows/winscard.o
> dlls/winscard/winscard.c -Idlls/winscard -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/winspool.drv/cups.o dlls/winspool.drv/cups.c
> -Idlls/winspool.drv -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winspool.drv/x86_64-windows/info.o
> dlls/winspool.drv/info.c -Idlls/winspool.drv -Iinclude -Iinclude/msvcrt
> -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winspool.drv/x86_64-windows/wspool.o
> dlls/winspool.drv/wspool.c -Idlls/winspool.drv -Iinclude -Iinclude/msvcrt
> -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/winsta/x86_64-windows/main.o
> dlls/winsta/main.c -Idlls/winsta -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wintab32/x86_64-windows/context.o
> dlls/wintab32/context.c -Idlls/wintab32 -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wintab32/x86_64-windows/manager.o
> dlls/wintab32/manager.c -Idlls/wintab32 -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wintab32/x86_64-windows/wintab32.o
> dlls/wintab32/wintab32.c -Idlls/wintab32 -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wintrust/x86_64-windows/asn.o
> dlls/wintrust/asn.c -Idlls/wintrust -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wintrust/x86_64-windows/crypt.o
> dlls/wintrust/crypt.c -Idlls/wintrust -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wintrust/x86_64-windows/register.o
> dlls/wintrust/register.c -Idlls/wintrust -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wintrust/x86_64-windows/softpub.o
> dlls/wintrust/softpub.c -Idlls/wintrust -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wintrust/x86_64-windows/wintrust_main.o
> dlls/wintrust/wintrust_main.c -Idlls/wintrust -Iinclude -Iinclude/msvcrt
> -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wintypes/x86_64-windows/main.o
> dlls/wintypes/main.c -Idlls/wintypes -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> tools/widl/widl -o dlls/wintypes/x86_64-windows/classes_r.res -b
> x86_64-w64-mingw32 --nostdinc -Ldlls/\* -Idlls/wintypes -Iinclude
> -Iinclude/msvcrt -D_UCRT -D__WINESRC__ dlls/wintypes/classes.idl
> x86_64-w64-mingw32-gcc -c -o dlls/winusb/x86_64-windows/main.o
> dlls/winusb/main.c -Idlls/winusb -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wlanapi/x86_64-windows/main.o
> dlls/wlanapi/main.c -Idlls/wlanapi -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/add.o
> dlls/wldap32/add.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/ber.o
> dlls/wldap32/ber.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/bind.o
> dlls/wldap32/bind.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/compare.o
> dlls/wldap32/compare.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/control.o
> dlls/wldap32/control.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/delete.o
> dlls/wldap32/delete.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/dn.o
> dlls/wldap32/dn.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/error.o
> dlls/wldap32/error.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/extended.o
> dlls/wldap32/extended.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/init.o
> dlls/wldap32/init.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/main.o
> dlls/wldap32/main.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/misc.o
> dlls/wldap32/misc.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/modify.o
> dlls/wldap32/modify.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/modrdn.o
> dlls/wldap32/modrdn.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/option.o
> dlls/wldap32/option.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/page.o
> dlls/wldap32/page.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/parse.o
> dlls/wldap32/parse.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/rename.o
> dlls/wldap32/rename.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/search.o
> dlls/wldap32/search.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldap32/x86_64-windows/value.o
> dlls/wldap32/value.c -Idlls/wldap32 -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/liblber/bprint.o
> libs/ldap/liblber/bprint.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/liblber/decode.o
> libs/ldap/liblber/decode.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/liblber/encode.o
> libs/ldap/liblber/encode.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/liblber/io.o
> libs/ldap/liblber/io.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/liblber/memory.o
> libs/ldap/liblber/memory.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/liblber/nt_err.o
> libs/ldap/liblber/nt_err.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/liblber/options.o
> libs/ldap/liblber/options.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/liblber/sockbuf.o
> libs/ldap/liblber/sockbuf.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/abandon.o
> libs/ldap/libldap/abandon.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/add.o
> libs/ldap/libldap/add.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/avl.o
> libs/ldap/libldap/avl.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/bind.o
> libs/ldap/libldap/bind.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/charray.o
> libs/ldap/libldap/charray.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/compare.o
> libs/ldap/libldap/compare.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/controls.o
> libs/ldap/libldap/controls.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/cyrus.o
> libs/ldap/libldap/cyrus.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/delete.o
> libs/ldap/libldap/delete.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/error.o
> libs/ldap/libldap/error.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/extended.o
> libs/ldap/libldap/extended.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/fetch.o
> libs/ldap/libldap/fetch.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/filter.o
> libs/ldap/libldap/filter.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/free.o
> libs/ldap/libldap/free.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/getattr.o
> libs/ldap/libldap/getattr.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/getdn.o
> libs/ldap/libldap/getdn.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/getentry.o
> libs/ldap/libldap/getentry.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/getvalues.o
> libs/ldap/libldap/getvalues.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/init.o
> libs/ldap/libldap/init.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/lbase64.o
> libs/ldap/libldap/lbase64.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/ldif.o
> libs/ldap/libldap/ldif.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/modify.o
> libs/ldap/libldap/modify.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/modrdn.o
> libs/ldap/libldap/modrdn.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/open.o
> libs/ldap/libldap/open.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/options.o
> libs/ldap/libldap/options.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/os-ip.o
> libs/ldap/libldap/os-ip.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/pagectrl.o
> libs/ldap/libldap/pagectrl.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/print.o
> libs/ldap/libldap/print.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/references.o
> libs/ldap/libldap/references.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/request.o
> libs/ldap/libldap/request.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/result.o
> libs/ldap/libldap/result.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/sasl.o
> libs/ldap/libldap/sasl.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/sasl_w.o
> libs/ldap/libldap/sasl_w.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/schema.o
> libs/ldap/libldap/schema.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/search.o
> libs/ldap/libldap/search.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/sortctrl.o
> libs/ldap/libldap/sortctrl.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/string.o
> libs/ldap/libldap/string.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/tavl.o
> libs/ldap/libldap/tavl.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/thr_nt.o
> libs/ldap/libldap/thr_nt.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/tls2.o
> libs/ldap/libldap/tls2.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/tls_w.o
> libs/ldap/libldap/tls_w.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/unbind.o
> libs/ldap/libldap/unbind.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/url.o
> libs/ldap/libldap/url.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/utf-8.o
> libs/ldap/libldap/utf-8.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/util-int.o
> libs/ldap/libldap/util-int.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/ldap/x86_64-windows/libldap/vlvctrl.o
> libs/ldap/libldap/vlvctrl.c -Ilibs/ldap -Iinclude -Iinclude/msvcrt
> -Ilibs/ldap/include -D_UCRT -D_TIMEVAL_DEFINED -D__WINE_PE_BUILD
> -fno-strict-aliasing -Wno-packed-not-aligned -mcx16 -mcmodel=small -gdwarf-4
> -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wldp/x86_64-windows/wldp.o dlls/wldp/wldp.c
> -Idlls/wldp -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__
> -D__WINE_PE_BUILD -Wall -fno-strict-aliasing -Wdeclaration-after-statement
> -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned
> -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wmiutils/x86_64-windows/main.o
> dlls/wmiutils/main.c -Idlls/wmiutils -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wmiutils/x86_64-windows/path.o
> dlls/wmiutils/path.c -Idlls/wmiutils -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wmiutils/x86_64-windows/statuscode.o
> dlls/wmiutils/statuscode.c -Idlls/wmiutils -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> tools/widl/widl -o dlls/wmiutils/x86_64-windows/wmiutils_classes_r.res -b
> x86_64-w64-mingw32 --nostdinc -Ldlls/\* -Idlls/wmiutils -Iinclude
> -Iinclude/msvcrt -D_UCRT -D__WINESRC__ dlls/wmiutils/wmiutils_classes.idl
> x86_64-w64-mingw32-gcc -c -o dlls/wmp/x86_64-windows/events.o
> dlls/wmp/events.c -Idlls/wmp -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__
> -D__WINE_PE_BUILD -Wall -fno-strict-aliasing -Wdeclaration-after-statement
> -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned
> -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wmp/x86_64-windows/oleobj.o
> dlls/wmp/oleobj.c -Idlls/wmp -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__
> -D__WINE_PE_BUILD -Wall -fno-strict-aliasing -Wdeclaration-after-statement
> -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned
> -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wmp/x86_64-windows/player.o
> dlls/wmp/player.c -Idlls/wmp -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__
> -D__WINE_PE_BUILD -Wall -fno-strict-aliasing -Wdeclaration-after-statement
> -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned
> -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wmp/x86_64-windows/wmp_main.o
> dlls/wmp/wmp_main.c -Idlls/wmp -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wmphoto/x86_64-windows/decoder.o
> dlls/windowscodecs/decoder.c -Idlls/wmphoto -Idlls/windowscodecs -Iinclude
> -Iinclude/msvcrt -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wmphoto/x86_64-windows/jxrlib.o
> dlls/wmphoto/jxrlib.c -Idlls/wmphoto -Idlls/windowscodecs -Iinclude
> -Iinclude/msvcrt -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wmphoto/x86_64-windows/main.o
> dlls/wmphoto/main.c -Idlls/wmphoto -Idlls/windowscodecs -Iinclude
> -Iinclude/msvcrt -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wmphoto/x86_64-windows/wincodecs_common.o
> dlls/windowscodecs/wincodecs_common.c -Idlls/wmphoto -Idlls/windowscodecs
> -Iinclude -Iinclude/msvcrt -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> tools/widl/widl -o dlls/wmphoto/x86_64-windows/wmphoto_r.res -b
> x86_64-w64-mingw32 --nostdinc -Ldlls/\* -Idlls/wmphoto -Idlls/windowscodecs
> -Iinclude -Iinclude/msvcrt -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT
> -D__WINESRC__ dlls/wmphoto/wmphoto.idl
> x86_64-w64-mingw32-gcc -c -o
> libs/jxr/x86_64-windows/image/decode/JXRTranscode.o
> libs/jxr/image/decode/JXRTranscode.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/jxr/x86_64-windows/image/decode/decode.o
> libs/jxr/image/decode/decode.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o
> libs/jxr/x86_64-windows/image/decode/postprocess.o
> libs/jxr/image/decode/postprocess.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/jxr/x86_64-windows/image/decode/segdec.o
> libs/jxr/image/decode/segdec.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o
> libs/jxr/x86_64-windows/image/decode/strInvTransform.o
> libs/jxr/image/decode/strInvTransform.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o
> libs/jxr/x86_64-windows/image/decode/strPredQuantDec.o
> libs/jxr/image/decode/strPredQuantDec.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/jxr/x86_64-windows/image/decode/strdec.o
> libs/jxr/image/decode/strdec.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/jxr/x86_64-windows/image/encode/encode.o
> libs/jxr/image/encode/encode.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/jxr/x86_64-windows/image/encode/segenc.o
> libs/jxr/image/encode/segenc.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o
> libs/jxr/x86_64-windows/image/encode/strFwdTransform.o
> libs/jxr/image/encode/strFwdTransform.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o
> libs/jxr/x86_64-windows/image/encode/strPredQuantEnc.o
> libs/jxr/image/encode/strPredQuantEnc.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/jxr/x86_64-windows/image/encode/strenc.o
> libs/jxr/image/encode/strenc.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/jxr/x86_64-windows/image/sys/adapthuff.o
> libs/jxr/image/sys/adapthuff.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/jxr/x86_64-windows/image/sys/image.o
> libs/jxr/image/sys/image.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/jxr/x86_64-windows/image/sys/strPredQuant.o
> libs/jxr/image/sys/strPredQuant.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/jxr/x86_64-windows/image/sys/strTransform.o
> libs/jxr/image/sys/strTransform.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/jxr/x86_64-windows/image/sys/strcodec.o
> libs/jxr/image/sys/strcodec.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/jxr/x86_64-windows/jxrgluelib/JXRGlue.o
> libs/jxr/jxrgluelib/JXRGlue.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/jxr/x86_64-windows/jxrgluelib/JXRGlueJxr.o
> libs/jxr/jxrgluelib/JXRGlueJxr.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/jxr/x86_64-windows/jxrgluelib/JXRGluePFC.o
> libs/jxr/jxrgluelib/JXRGluePFC.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/jxr/x86_64-windows/jxrgluelib/JXRMeta.o
> libs/jxr/jxrgluelib/JXRMeta.c -Ilibs/jxr -Iinclude -Iinclude/msvcrt
> -Ilibs/jxr/jxrgluelib -Ilibs/jxr/image/sys -D_UCRT -DDISABLE_PERF_MEASUREMENT
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wmvcore/x86_64-windows/async_reader.o
> dlls/wmvcore/async_reader.c -Idlls/wmvcore -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wmvcore/x86_64-windows/wmvcore_main.o
> dlls/wmvcore/wmvcore_main.c -Idlls/wmvcore -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wmvcore/x86_64-windows/writer.o
> dlls/wmvcore/writer.c -Idlls/wmvcore -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wnaspi32/x86_64-windows/aspi.o
> dlls/wnaspi32/aspi.c -Idlls/wnaspi32 -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wnaspi32/x86_64-windows/winaspi32.o
> dlls/wnaspi32/winaspi32.c -Idlls/wnaspi32 -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wofutil/x86_64-windows/main.o
> dlls/wofutil/main.c -Idlls/wofutil -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wow64/x86_64-windows/file.o
> dlls/wow64/file.c -Idlls/wow64 -Iinclude -Iinclude/msvcrt -D_MSVCR_VER=0
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wow64/x86_64-windows/process.o
> dlls/wow64/process.c -Idlls/wow64 -Iinclude -Iinclude/msvcrt -D_MSVCR_VER=0
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wow64/x86_64-windows/registry.o
> dlls/wow64/registry.c -Idlls/wow64 -Iinclude -Iinclude/msvcrt -D_MSVCR_VER=0
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wow64/x86_64-windows/security.o
> dlls/wow64/security.c -Idlls/wow64 -Iinclude -Iinclude/msvcrt -D_MSVCR_VER=0
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wow64/x86_64-windows/sync.o
> dlls/wow64/sync.c -Idlls/wow64 -Iinclude -Iinclude/msvcrt -D_MSVCR_VER=0
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wow64/x86_64-windows/syscall.o
> dlls/wow64/syscall.c -Idlls/wow64 -Iinclude -Iinclude/msvcrt -D_MSVCR_VER=0
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wow64/x86_64-windows/system.o
> dlls/wow64/system.c -Idlls/wow64 -Iinclude -Iinclude/msvcrt -D_MSVCR_VER=0
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wow64/x86_64-windows/virtual.o
> dlls/wow64/virtual.c -Idlls/wow64 -Iinclude -Iinclude/msvcrt -D_MSVCR_VER=0
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wow64cpu/x86_64-windows/cpu.o
> dlls/wow64cpu/cpu.c -Idlls/wow64cpu -Iinclude -Iinclude/msvcrt -D_MSVCR_VER=0
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wow64win/x86_64-windows/gdi.o
> dlls/wow64win/gdi.c -Idlls/wow64win -Iinclude -Iinclude/msvcrt -D_MSVCR_VER=0
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wow64win/x86_64-windows/syscall.o
> dlls/wow64win/syscall.c -Idlls/wow64win -Iinclude -Iinclude/msvcrt
> -D_MSVCR_VER=0 -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wow64win/x86_64-windows/user.o
> dlls/wow64win/user.c -Idlls/wow64win -Iinclude -Iinclude/msvcrt
> -D_MSVCR_VER=0 -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wpc/x86_64-windows/wpc.o dlls/wpc/wpc.c
> -Idlls/wpc -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__ -D__WINE_PE_BUILD
> -Wall -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> tools/widl/widl -o dlls/wpc/x86_64-windows/wpc_classes_r.res -b
> x86_64-w64-mingw32 --nostdinc -Ldlls/\* -Idlls/wpc -Iinclude -Iinclude/msvcrt
> -D_UCRT -D__WINESRC__ dlls/wpc/wpc_classes.idl
> gcc -m64 -c -o dlls/wpcap/unixlib.o dlls/wpcap/unixlib.c -Idlls/wpcap
> -Iinclude -D__WINESRC__ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none
> -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -gdwarf-4 -Werror -fPIC -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wpcap/x86_64-windows/wpcap.o
> dlls/wpcap/wpcap.c -Idlls/wpcap -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> gcc -m64 -c -o dlls/ws2_32/unixlib.o dlls/ws2_32/unixlib.c -Idlls/ws2_32
> -Iinclude -D__WINESRC__ -D_WS2_32_ -DWINE_UNIX_LIB -Wall -pipe
> -fcf-protection=none -fvisibility=hidden -fno-stack-protector
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -Werror -fPIC
> -fasynchronous-unwind-tables -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/ws2_32/x86_64-windows/async.o
> dlls/ws2_32/async.c -Idlls/ws2_32 -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WS2_32_ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/ws2_32/x86_64-windows/protocol.o
> dlls/ws2_32/protocol.c -Idlls/ws2_32 -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WS2_32_ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/ws2_32/x86_64-windows/socket.o
> dlls/ws2_32/socket.c -Idlls/ws2_32 -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D_WS2_32_ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wsdapi/x86_64-windows/address.o
> dlls/wsdapi/address.c -Idlls/wsdapi -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wsdapi/x86_64-windows/discovery.o
> dlls/wsdapi/discovery.c -Idlls/wsdapi -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wsdapi/x86_64-windows/memory.o
> dlls/wsdapi/memory.c -Idlls/wsdapi -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wsdapi/x86_64-windows/msgparams.o
> dlls/wsdapi/msgparams.c -Idlls/wsdapi -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wsdapi/x86_64-windows/network.o
> dlls/wsdapi/network.c -Idlls/wsdapi -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wsdapi/x86_64-windows/soap.o
> dlls/wsdapi/soap.c -Idlls/wsdapi -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wsdapi/x86_64-windows/xml.o
> dlls/wsdapi/xml.c -Idlls/wsdapi -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> tools/widl/widl -o dlls/wshom.ocx/wshom.h -m64 --nostdinc -Ldlls/\*
> -Idlls/wshom.ocx -Iinclude -Iinclude/msvcrt -D_UCRT -D__WINESRC__
> dlls/wshom.ocx/wshom.idl
> x86_64-w64-mingw32-gcc -c -o dlls/wsnmp32/x86_64-windows/wsnmp32.o
> dlls/wsnmp32/wsnmp32.c -Idlls/wsnmp32 -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wsock32/x86_64-windows/protocol.o
> dlls/wsock32/protocol.c -Idlls/wsock32 -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wsock32/x86_64-windows/service.o
> dlls/wsock32/service.c -Idlls/wsock32 -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wsock32/x86_64-windows/socket.o
> dlls/wsock32/socket.c -Idlls/wsock32 -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wtsapi32/x86_64-windows/wtsapi32.o
> dlls/wtsapi32/wtsapi32.c -Idlls/wtsapi32 -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wuapi/x86_64-windows/downloader.o
> dlls/wuapi/downloader.c -Idlls/wuapi -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wuapi/x86_64-windows/installer.o
> dlls/wuapi/installer.c -Idlls/wuapi -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wuapi/x86_64-windows/main.o
> dlls/wuapi/main.c -Idlls/wuapi -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> cc1: all warnings being treated as errors
> x86_64-w64-mingw32-gcc -c -o dlls/wuapi/x86_64-windows/searcher.o
> dlls/wuapi/searcher.c -Idlls/wuapi -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wuapi/x86_64-windows/session.o
> dlls/wuapi/session.c -Idlls/wuapi -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wuapi/x86_64-windows/systeminfo.o
> dlls/wuapi/systeminfo.c -Idlls/wuapi -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/wuapi/x86_64-windows/updates.o
> dlls/wuapi/updates.c -Idlls/wuapi -Iinclude -Iinclude/msvcrt -D_UCRT
> -D__WINESRC__ -D__WINE_PE_BUILD -Wall -fno-strict-aliasing
> -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self
> -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
> -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
> -Wabsolute-value -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16
> -mcmodel=small -gdwarf-4 -Werror -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o dlls/x3daudio1_0/x86_64-windows/x3daudio.o
> dlls/xaudio2_7/x3daudio.c -Idlls/x3daudio1_0 -Idlls/xaudio2_7 -Iinclude
> -Iinclude/msvcrt -Ilibs/faudio/include -D_UCRT -D__WINESRC__
> -DX3DAUDIO1_VER=0 -DXAUDIO2_VER=0 -D__WINE_PE_BUILD -Wall
> -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
> -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
> -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
> -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value
> -Wenum-conversion -Wformat-overflow -Wnonnull -mcx16 -mcmodel=small -gdwarf-4
> -Werror -Wdate-time -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -fcf-protection
> -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/faudio/x86_64-windows/src/F3DAudio.o
> libs/faudio/src/F3DAudio.c -Ilibs/faudio -Iinclude -Iinclude/msvcrt
> -Ilibs/faudio/include -D_UCRT -DFAUDIO_WIN32_PLATFORM -DHAVE_WMADEC -DNDEBUG
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/faudio/x86_64-windows/src/FACT.o
> libs/faudio/src/FACT.c -Ilibs/faudio -Iinclude -Iinclude/msvcrt
> -Ilibs/faudio/include -D_UCRT -DFAUDIO_WIN32_PLATFORM -DHAVE_WMADEC -DNDEBUG
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/faudio/x86_64-windows/src/FACT3D.o
> libs/faudio/src/FACT3D.c -Ilibs/faudio -Iinclude -Iinclude/msvcrt
> -Ilibs/faudio/include -D_UCRT -DFAUDIO_WIN32_PLATFORM -DHAVE_WMADEC -DNDEBUG
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> x86_64-w64-mingw32-gcc -c -o libs/faudio/x86_64-windows/src/FACT_internal.o
> libs/faudio/src/FACT_internal.c -Ilibs/faudio -Iinclude -Iinclude/msvcrt
> -Ilibs/faudio/include -D_UCRT -DFAUDIO_WIN32_PLATFORM -DHAVE_WMADEC -DNDEBUG
> -D__WINE_PE_BUILD -fno-strict-aliasing -Wno-packed-not-aligned -mcx16
> -mcmodel=small -gdwarf-4 -Wdate-time -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-clash-protection -fcf-protection -Wno-format
> make[2]: *** [Makefile:21944: dlls/winevulkan/vulkan_thunks.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/06/15/wine_9.0~repack-4_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.