mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 10:54:16 +01:00
[general] Let meson handle cflags (#362)
Meson determines the cflags by --buildtype. Letting meson handle it will fix the OW crash.
This commit is contained in:
parent
c7d2957d8f
commit
0034ed4464
@ -6,10 +6,7 @@ strip = '/usr/bin/i686-w64-mingw32-strip'
|
||||
exe_wrapper = 'wine'
|
||||
|
||||
[properties]
|
||||
c_args = ['-Og', '-gdwarf-2']
|
||||
c_link_args = ['-static', '-static-libgcc']
|
||||
|
||||
cpp_args = ['-Og', '-gdwarf-2']
|
||||
cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++', '-Wl,--add-stdcall-alias,--enable-stdcall-fixup']
|
||||
|
||||
[host_machine]
|
||||
|
@ -6,10 +6,7 @@ strip = '/usr/bin/x86_64-w64-mingw32-strip'
|
||||
exe_wrapper = 'wine'
|
||||
|
||||
[properties]
|
||||
c_args = ['-Og', '-gdwarf-2']
|
||||
c_link_args = ['-static', '-static-libgcc']
|
||||
|
||||
cpp_args = ['-Og', '-gdwarf-2']
|
||||
cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++']
|
||||
|
||||
[host_machine]
|
||||
|
Loading…
x
Reference in New Issue
Block a user