From 3908a54725aae8ed549ba527306c9b4a5551bf88 Mon Sep 17 00:00:00 2001 From: zhongtao Date: Fri, 21 Jul 2023 17:32:52 +0800 Subject: [PATCH] add secure compile fs check in Makefile Signed-off-by: haozi007 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index cd9f7cff5..df9d134ed 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,7 +19,7 @@ PTHREAD_DEF = endif PROTOBUF_VERSION = 30:6:0 -PROTOBUF_OPT_FLAG += -Wl,-z,now +PROTOBUF_OPT_FLAG += -Wl,-z,now -fstack-check if GCC # Turn on all warnings except for sign comparison (we ignore sign comparison -- 2.25.1