[build] Disable assertions for release builds

This commit is contained in:
Philip Rebohle
2024-09-17 02:49:28 +02:00
committed by Philip Rebohle
parent 0cf05780ab
commit 343af21594

View File

@@ -64,6 +64,7 @@ function build_arch {
$opt_strip \
--bindir "x$1" \
--libdir "x$1" \
-Db_ndebug=if-release \
-Dbuild_id=$opt_buildid \
"$DXVK_BUILD_DIR/build.$1"