[evince/wip/hadess/disable-unarr-debug: 4/4] unarr: Disable debug output
- From: Jose Aliste <jaliste src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince/wip/hadess/disable-unarr-debug: 4/4] unarr: Disable debug output
- Date: Mon, 5 Aug 2019 14:21:44 +0000 (UTC)
commit 12501c7c8c79a6fea3bb5fb5d331239159ead574
Author: Bastien Nocera <hadess hadess net>
Date: Fri Aug 2 13:23:11 2019 +0200
unarr: Disable debug output
So that we don't see logs like:
Aug 02 13:16:05 classic flatpak[7363]: - rar.c:65: Skipping directory entry "Name of directory"
cut-n-paste/unarr/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/cut-n-paste/unarr/meson.build b/cut-n-paste/unarr/meson.build
index c0850cc9..1ff05ff0 100644
--- a/cut-n-paste/unarr/meson.build
+++ b/cut-n-paste/unarr/meson.build
@@ -18,7 +18,7 @@ libunarr = static_library(
'unarr',
sources: sources,
dependencies: zlib_dep,
- c_args: '-DHAVE_ZLIB',
+ c_args: [ '-DHAVE_ZLIB', '-DNDEBUG' ]
)
libunarr_dep = declare_dependency(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]