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:
authorvarris1 <38386180+varris1@users.noreply.github.com>2018-05-11 12:30:03 +0300
committerPhilip Rebohle <25567304+doitsujin@users.noreply.github.com>2018-05-11 12:30:03 +0300
commit0034ed4464c69e77c2837c4d6d00871d741cdb54 (patch)
tree8fc919ed047b943e01be5c01f6c5089c452afb42 /build-win64.txt
parentc7d2957d8f63fb16315c8cc711f6f998a677ca2d (diff)
[general] Let meson handle cflags (#362)
Meson determines the cflags by --buildtype. Letting meson handle it will fix the OW crash.
Diffstat (limited to 'build-win64.txt')
-rw-r--r--build-win64.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/build-win64.txt b/build-win64.txt
index ac19898a..29499b48 100644
--- a/build-win64.txt
+++ b/build-win64.txt
@@ -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]