[evince/wip/hadess/disable-unarr-debug] unarr: Disable debug output



commit be64707a5804ff48c06521dae913bedbe1203784
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]