From d9ae2aff1dbefb80cdb64991ce60b7193ab16173 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Sun, 21 Nov 2021 04:13:23 +0100 Subject: Adjusted makefile to fix some builds Signed-off-by: TheJackiMonster --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 11600b5..577b83c 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ TESTS = test_gnunet_chat_handle.c LIBRARIES = gnunetarm\ gnunetfs\ + gnunetidentity\ gnunetmessenger\ gnunetregex\ gnunetutil @@ -31,7 +32,7 @@ GNU_LD ?= gcc GNU_RM ?= rm DOXYGEN ?= doxygen -CFLAGS += -fPIC -pedantic -Wall -Wextra -march=native -ggdb3 +CFLAGS += -fPIC -pedantic -Wall -Wextra -ggdb3 LDFLAGS += -shared DEBUGFLAGS = -O0 -D _DEBUG -- cgit v1.2.3