commit d9ae2aff1dbefb80cdb64991ce60b7193ab16173
parent 788a15d1c82a562e7080d3c523b30340938d8f1d
Author: TheJackiMonster <thejackimonster@gmail.com>
Date: Sun, 21 Nov 2021 04:13:23 +0100
Adjusted makefile to fix some builds
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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