From 4c95a9f1b0eca677d965f1d7c3986dfd9ae314f6 Mon Sep 17 00:00:00 2001 From: Ian Leonard Date: Wed, 3 Jun 2020 17:48:57 +0000 Subject: [PATCH] show_config: show global compiler / linker flags used in build Signed-off-by: Ian Leonard --- config/show_config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/show_config b/config/show_config index 1c17769dba..baa4e50726 100755 --- a/config/show_config +++ b/config/show_config @@ -22,9 +22,8 @@ show_config() { config_message+="\n - GOLD (Google Linker) Support:\t $GOLD_SUPPORT" config_message+="\n - LLVM support:\t\t\t $LLVM_SUPPORT" config_message+="\n - DEBUG:\t\t\t\t ${DEBUG:-no}" - - # config_message+="\n - CFLAGS:\t $TARGET_CFLAGS" - # config_message+="\n - LDFLAGS:\t $TARGET_LDFLAGS" + config_message+="\n - CFLAGS:\t $TARGET_CFLAGS" + config_message+="\n - LDFLAGS:\t $TARGET_LDFLAGS" # Misc. hardware configuration