mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
Slight problem with ./configure help
This commit is contained in:
committed by
Rusty Russell
parent
cc9bdb8298
commit
55b5653726
3
configure
vendored
3
configure
vendored
@@ -177,8 +177,9 @@ usage()
|
|||||||
usage_with_default "--enable/disable-ub-sanitizer" "$UBSAN" "enable" "disable"
|
usage_with_default "--enable/disable-ub-sanitizer" "$UBSAN" "enable" "disable"
|
||||||
echo " Compile with undefined behaviour sanitizer"
|
echo " Compile with undefined behaviour sanitizer"
|
||||||
usage_with_default "--enable/disable-fuzzing" "$FUZZING" "enable" "disable"
|
usage_with_default "--enable/disable-fuzzing" "$FUZZING" "enable" "disable"
|
||||||
echo " Compile with Rust support"
|
echo " ***something about fuzzing***"
|
||||||
usage_with_default "--enable/disable-rust" "$RUST" "enable" "disable"
|
usage_with_default "--enable/disable-rust" "$RUST" "enable" "disable"
|
||||||
|
echo " Compile with Rust support"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user