mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-18 22:54:25 +01:00
configure: update from -fstack-protector to -fstack-protector-strong.
This would have caught the bug found in the next commit. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
218875a38d
commit
2e01d26588
2
configure
vendored
2
configure
vendored
@@ -116,7 +116,7 @@ set_defaults()
|
||||
# which matters since you might explicitly set of these blank.
|
||||
PREFIX=${PREFIX:-/usr/local}
|
||||
CC=${CC:-cc}
|
||||
CDEBUGFLAGS=${CDEBUGFLAGS--std=gnu11 -g -fstack-protector}
|
||||
CDEBUGFLAGS=${CDEBUGFLAGS--std=gnu11 -g -fstack-protector-strong}
|
||||
DEVELOPER=${DEVELOPER:-0}
|
||||
EXPERIMENTAL_FEATURES=${EXPERIMENTAL_FEATURES:-0}
|
||||
COMPAT=${COMPAT:-1}
|
||||
|
||||
Reference in New Issue
Block a user