diff --git a/common.mak b/common.mak index 945f3898..788717e2 100644 --- a/common.mak +++ b/common.mak @@ -91,7 +91,7 @@ ifneq ("${V}","1") else echocmd= endif -DEFAULT_CFLAGS = -g -rdynamic -fstack-protector-all -W -Wall -Wformat-security +DEFAULT_CFLAGS = -g -fstack-protector-all -W -Wall -Wformat-security ifeq ("${W}","1") DEFAULT_CFLAGS += -Wextra -Wshadow -Wundef -Wuninitialized -Wdouble-promotion -Wconversion endif diff --git a/libutil/util_panic.c b/libutil/util_panic.c index 59a9a9e0..c841c19a 100644 --- a/libutil/util_panic.c +++ b/libutil/util_panic.c @@ -22,7 +22,7 @@ /* * Obtain a backtrace and print it to stderr * - * To get symbols, compile the code with "-rdynamic". + * To get symbols, link the code with "-rdynamic". */ static void print_backtrace(void) {