diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-07-12 12:22:48 -0700 |
---|---|---|
committer | Jim Grandy <jgrandy@authentic8.com> | 2013-07-26 12:25:04 -0700 |
commit | 023995e9387ccc301b5bf11b116508708076bab9 (patch) | |
tree | ac7d1aa2b8f88a858e168405d04377f9be8b78de /xorg | |
parent | 75eba7858c60e5ce7f2ef3f47034736844b1141e (diff) | |
download | xrdp-proprietary-023995e9387ccc301b5bf11b116508708076bab9.tar.gz xrdp-proprietary-023995e9387ccc301b5bf11b116508708076bab9.zip |
part of merge, no logic change, add -g to Makefile and LLOGLN to xup.c
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/X11R7.6/rdp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/X11R7.6/rdp/Makefile b/xorg/X11R7.6/rdp/Makefile index b38d27c0..3b84c43c 100644 --- a/xorg/X11R7.6/rdp/Makefile +++ b/xorg/X11R7.6/rdp/Makefile @@ -43,7 +43,7 @@ LIBS = $(XSRCBASE)/dbe/.libs/libdbe.a \ LLIBS = -Wl,-rpath=$(LIBBASE) -lfreetype -lz -lm -lXfont -lXau \ -lXdmcp -lpixman-1 -lrt -ldl -lcrypto -lGL -lXdamage -CFLAGS = -O2 -Wall -fno-strength-reduce \ +CFLAGS = -g -O2 -Wall -fno-strength-reduce \ -I../../include \ -I../../cfb \ -I../../mfb \ |