Skip to content

build: Use -mcmodel=small on 64-bit Windows

Henrik Gramner requested to merge gramner/dav1d:mingw_mcmodel into master

GCC (MinGW) uses -mcmodel=medium by default which results in somewhat inefficient code, and there's no benefit for us in using that.

Merge request reports