mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[build] Disable assertions for release builds
This commit is contained in:
parent
0cf05780ab
commit
343af21594
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ function build_arch {
|
||||||
$opt_strip \
|
$opt_strip \
|
||||||
--bindir "x$1" \
|
--bindir "x$1" \
|
||||||
--libdir "x$1" \
|
--libdir "x$1" \
|
||||||
|
-Db_ndebug=if-release \
|
||||||
-Dbuild_id=$opt_buildid \
|
-Dbuild_id=$opt_buildid \
|
||||||
"$DXVK_BUILD_DIR/build.$1"
|
"$DXVK_BUILD_DIR/build.$1"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue