diff --git a/Makefile b/Makefile index 0518bee..ac9a4e1 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ PREFIX ?= /usr CC ?= gcc CFLAGS += -O2 -pedantic -g -Wall -Wextra --param=ssp-buffer-size=2 -fstack-protector-all CPPFLAGS += -DVERSION=$(VERSION) -D_FORTIFY_SOURCE=2 -LDFLAGS += -Wl,-O1,--sort-common,--hash-style=gnu,-z,relro +LDFLAGS += -Wl,-O1 BIN ?= slidescript OBJECTS = src/main.o src/functions.o src/util.o src/vars.o src/enc.o src/md5.o src/pipe.o src/network.o src/math.o src/inset.o