Remove meson warning about mingw and lto
Because msys2 ucrt64 mingw seems to do lto just fine.
This commit is contained in:
parent
d21c23b46e
commit
66a09ababd
@ -44,9 +44,6 @@ if c_compiler.get_id() in [ 'msvc' ]
|
||||
host_libc = 'msvc'
|
||||
elif c_compiler.get_id() in [ 'gcc' ] and host_platform == 'windows'
|
||||
host_libc = 'mingw'
|
||||
if get_option('b_lto')
|
||||
warning('mingw does not like static + lto')
|
||||
endif
|
||||
elif host_platform in [ 'darwin' ]
|
||||
host_libc = 'macos'
|
||||
elif host_platform in [ 'emscripten' ]
|
||||
|
Loading…
Reference in New Issue
Block a user