2019-12-25 16:04:26 +08:00
|
|
|
diff --git a/src/Makefile.am b/src/Makefile.am
|
2020-07-16 19:23:06 +08:00
|
|
|
index f1099d9..9b7053b 100644
|
2019-12-25 16:04:26 +08:00
|
|
|
--- a/src/Makefile.am
|
|
|
|
|
+++ b/src/Makefile.am
|
|
|
|
|
@@ -19,6 +19,7 @@ PTHREAD_DEF =
|
|
|
|
|
endif
|
|
|
|
|
|
2021-07-30 10:15:04 +08:00
|
|
|
PROTOBUF_VERSION = 25:0:0
|
2019-12-25 16:04:26 +08:00
|
|
|
+PROTOBUF_OPT_FLAG += -Wl,-z,now
|
|
|
|
|
|
|
|
|
|
if GCC
|
|
|
|
|
# Turn on all warnings except for sign comparison (we ignore sign comparison
|