mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
Add DEBUG_SK to kitchensink builds.
This commit is contained in:
parent
65085740d3
commit
93c31a6239
5
.github/configs
vendored
5
.github/configs
vendored
@ -22,8 +22,9 @@ case "$config" in
|
|||||||
default|sol64)
|
default|sol64)
|
||||||
;;
|
;;
|
||||||
kitchensink)
|
kitchensink)
|
||||||
CONFIGFLAGS="--with-kerberos5 --with-libedit --with-pam --with-security-key-builtin"
|
CONFIGFLAGS="--with-kerberos5 --with-libedit --with-pam"
|
||||||
CONFIGFLAGS="${CONFIGFLAGS} --with-selinux"
|
CONFIGFLAGS="${CONFIGFLAGS} --with-security-key-builtin --with-selinux"
|
||||||
|
CONFIGFLAGS="${CONFIGFLAGS} --with-cflags=-DSK_DEBUG"
|
||||||
;;
|
;;
|
||||||
hardenedmalloc)
|
hardenedmalloc)
|
||||||
CONFIGFLAGS="--with-ldflags=-lhardened_malloc"
|
CONFIGFLAGS="--with-ldflags=-lhardened_malloc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user