commit a1f02a59cd251da395c1bdf2993567c0d05ed8fe from: the xhr date: Fri Aug 13 11:26:31 2021 UTC Remove debug options from linker part in Makefile commit - aa472dd1dcf423aaafb687c51a0d281cd77368fa commit + a1f02a59cd251da395c1bdf2993567c0d05ed8fe blob - fcf05338e4f7e86f2feb8dcea389523ff7856a78 blob + b25865460c700ab825850e219c3434022fff043f --- Makefile +++ Makefile @@ -8,7 +8,7 @@ CFLAGS += -Wall -Werror-implicit-function-declaration CFLAGS += -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations CFLAGS += -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare CFLAGS += -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Werror=format-security -LDADD = -g3 -ggdb -Wl,-z,now -Wl,-z,relro -pie -lssl -lcrypto -lpthread +LDADD = -Wl,-z,now -Wl,-z,relro -pie -lssl -lcrypto -lpthread BIN = twind OBJS = twind.o gemini.o log.o request.o mime.o util.o