X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=1c0fda3e0e3ef71f69e1c9a584d64580f562f099;hb=b1a2b83f2da105c0b98fd9636477ca7632986243;hp=acf3ae42a3aad9d80d61b803d4237fd9c64b9b7a;hpb=2ff5082a7409b0cf9af0e520e616d3a698a19d56;p=elogind.git diff --git a/Makefile b/Makefile index acf3ae42a..1c0fda3e0 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -VERSION = 113 +VERSION = 114 # set this to make use of syslog USE_LOG = true @@ -118,7 +118,7 @@ WARNINGS = -Wstrict-prototypes -Wsign-compare -Wshadow \ -Wpointer-arith -Wcast-align -Wsign-compare -Wmissing-prototypes CFLAGS += $(WARNINGS) -LDFLAGS += -Wl,-warn-common +LDFLAGS += -Wl,-warn-common,--as-needed OPTFLAGS = -Os CFLAGS += $(OPTFLAGS)