Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rebohle <philip.rebohle@tu-dortmund.de>2017-12-22 12:37:02 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2017-12-22 12:37:02 +0300
commitcd238df2cafbbaa4fb841b550ab0dc4d264fed8a (patch)
treee32168e082255f0579598e5324735a34f8fb48f9 /build-win64.txt
parentf3016335167aaf75fbcfce0a601ca289c8f6999f (diff)
[general] Minor compatibility fixes
Diffstat (limited to 'build-win64.txt')
-rw-r--r--build-win64.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-win64.txt b/build-win64.txt
index 63d67d83..7a08c38a 100644
--- a/build-win64.txt
+++ b/build-win64.txt
@@ -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']