From f672a7898de53ebf1142ea675904f1bfaa4a5d38 Mon Sep 17 00:00:00 2001 From: Nexarian Date: Sun, 7 Jan 2024 23:37:32 -0500 Subject: [PATCH] Removing debug flags --- configure.ac | 2 -- module/rdpCapture.c | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 8268d163..4dcd904f 100644 --- a/configure.ac +++ b/configure.ac @@ -119,8 +119,6 @@ AM_CONDITIONAL(WITH_GLAMOR, [test x$enable_glamor = xyes]) AM_CONDITIONAL(WITH_SIMD_AMD64, [test x$simd_arch = xx86_64]) AM_CONDITIONAL(WITH_SIMD_X86, [test x$simd_arch = xi386]) -AX_APPEND_COMPILE_FLAGS([-g -O0]) - AC_CONFIG_FILES([Makefile module/Makefile module/amd64/Makefile diff --git a/module/rdpCapture.c b/module/rdpCapture.c index 3f9723c5..d1dfa40a 100644 --- a/module/rdpCapture.c +++ b/module/rdpCapture.c @@ -598,7 +598,7 @@ rdpCapture0(rdpClientCon *clientCon, RegionPtr in_reg, BoxPtr *out_rects, int dst_stride; int dst_format; - LLOGLN(0, ("rdpCapture0:")); + LLOGLN(10, ("rdpCapture0:")); if (!isShmStatusActive(clientCon->shmemstatus)) { LLOGLN(0, ("rdpCapture0: WARNING -- Shared memory is not configured." @@ -709,7 +709,7 @@ rdpCapture1(rdpClientCon *clientCon, RegionPtr in_reg, BoxPtr *out_rects, int dst_stride; int dst_format; - LLOGLN(0, ("rdpCapture1:")); + LLOGLN(10, ("rdpCapture1:")); if (!isShmStatusActive(clientCon->shmemstatus)) { LLOGLN(0, ("rdpCapture1: WARNING -- Shared memory is not configured." @@ -847,7 +847,7 @@ rdpCapture2(rdpClientCon *clientCon, RegionPtr in_reg, BoxPtr *out_rects, int crc; int num_crcs; - LLOGLN(0, ("rdpCapture2:")); + LLOGLN(10, ("rdpCapture2:")); if (!isShmStatusActive(clientCon->shmemstatus)) {