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-20 04:45:57 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2017-12-20 04:45:57 +0300
commit70e5314cc671c2e757f8632f93b75a2fad267192 (patch)
treeaf8f67de7448ee8f1c96dd8f7d9192fc91e3c73e /build-win64.txt
parentd2b676b55109eceb222be3301382dd5170dde24b (diff)
[dxvk] Optimized resource tracking
Putting all resources that are used by a command list into a vector instead of a hash set is more efficient.
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..cb2eb0ea 100644
--- a/build-win64.txt
+++ b/build-win64.txt
@@ -9,7 +9,7 @@ exe_wrapper = 'wine'
c_args = ['-Og', '-ggdb']
c_link_args = ['-static', '-static-libgcc']
-cpp_args = ['-Og', '-gstabs']
+cpp_args = ['-Og', '-gdwarf']
cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++']
[host_machine]