mirror of https://github.com/neutrinolabs/xrdp
when using --enable-xrdpdebug turn off compiler optimazations
This commit is contained in:
parent
a1d7479345
commit
7a484c1a79
|
@ -92,6 +92,11 @@ then
|
|||
[AC_MSG_ERROR([please install libjpeg-dev or libjpeg-devel])])
|
||||
fi
|
||||
|
||||
if ! test -z "$enable_xrdpdebug"
|
||||
then
|
||||
CFLAGS="-g -O0"
|
||||
fi
|
||||
|
||||
# checking for fuse
|
||||
if ! test -z "$enable_fuse"
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue