mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/show_config: add DEBUG config
This commit is contained in:
parent
1edbc1b10f
commit
19e70ddf30
@ -19,6 +19,7 @@ show_config() {
|
||||
config_message="$config_message\n - LTO (Link Time Optimization) support: $LTO_SUPPORT"
|
||||
config_message="$config_message\n - GOLD (Google Linker) Support:\t $GOLD_SUPPORT"
|
||||
config_message="$config_message\n - LLVM support:\t\t\t $LLVM_SUPPORT"
|
||||
config_message="$config_message\n - DEBUG:\t\t\t\t ${DEBUG:-no}"
|
||||
|
||||
# config_message="$config_message\n - CFLAGS:\t $TARGET_CFLAGS"
|
||||
# config_message="$config_message\n - LDFLAGS:\t $TARGET_LDFLAGS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user