Skip to content

Commit

Permalink
Removing debug flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexarian committed Jan 8, 2024
1 parent b1cb37c commit f672a78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions module/rdpCapture.c
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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))
{
Expand Down

0 comments on commit f672a78

Please sign in to comment.