mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[general] Minor compatibility fixes
This commit is contained in:
parent
f301633516
commit
cd238df2ca
3 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ strip = '/usr/bin/i686-w64-mingw32-strip'
|
|||
exe_wrapper = 'wine'
|
||||
|
||||
[properties]
|
||||
c_args = ['-Og', '-ggdb']
|
||||
c_args = ['-Og', '-gstabs']
|
||||
c_link_args = ['-static', '-static-libgcc']
|
||||
|
||||
cpp_args = ['-Og', '-gstabs']
|
||||
|
|
|
@ -6,7 +6,7 @@ strip = '/usr/bin/x86_64-w64-mingw32-strip'
|
|||
exe_wrapper = 'wine'
|
||||
|
||||
[properties]
|
||||
c_args = ['-Og', '-ggdb']
|
||||
c_args = ['-Og', '-gstabs']
|
||||
c_link_args = ['-static', '-static-libgcc']
|
||||
|
||||
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()
|
||||
|
||||
|
@ -19,4 +19,4 @@ lib_dxgi = dxvk_compiler.find_library('dxgi')
|
|||
lib_d3dcompiler_47 = dxvk_compiler.find_library('d3dcompiler_47')
|
||||
|
||||
subdir('src')
|
||||
subdir('tests')
|
||||
subdir('tests')
|
||||
|
|
Loading…
Add table
Reference in a new issue