mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-02 22:29:16 +01:00
[general] Minor compatibility fixes
This commit is contained in:
parent
f301633516
commit
cd238df2ca
@ -6,7 +6,7 @@ strip = '/usr/bin/i686-w64-mingw32-strip'
|
|||||||
exe_wrapper = 'wine'
|
exe_wrapper = 'wine'
|
||||||
|
|
||||||
[properties]
|
[properties]
|
||||||
c_args = ['-Og', '-ggdb']
|
c_args = ['-Og', '-gstabs']
|
||||||
c_link_args = ['-static', '-static-libgcc']
|
c_link_args = ['-static', '-static-libgcc']
|
||||||
|
|
||||||
cpp_args = ['-Og', '-gstabs']
|
cpp_args = ['-Og', '-gstabs']
|
||||||
|
@ -6,7 +6,7 @@ strip = '/usr/bin/x86_64-w64-mingw32-strip'
|
|||||||
exe_wrapper = 'wine'
|
exe_wrapper = 'wine'
|
||||||
|
|
||||||
[properties]
|
[properties]
|
||||||
c_args = ['-Og', '-ggdb']
|
c_args = ['-Og', '-gstabs']
|
||||||
c_link_args = ['-static', '-static-libgcc']
|
c_link_args = ['-static', '-static-libgcc']
|
||||||
|
|
||||||
cpp_args = ['-Og', '-gstabs']
|
cpp_args = ['-Og', '-gstabs']
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
project('dxvk', ['c', 'cpp'], default_options : ['cpp_std=c++17'])
|
project('dxvk', ['c', 'cpp'], default_options : ['cpp_std=c++1z'])
|
||||||
|
|
||||||
cpu_family = target_machine.cpu_family()
|
cpu_family = target_machine.cpu_family()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user