aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-11-21 04:13:23 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2021-11-21 04:13:23 +0100
commitd9ae2aff1dbefb80cdb64991ce60b7193ab16173 (patch)
treed24472527588a1d3f8e3973f78d164285544d0b0
parent788a15d1c82a562e7080d3c523b30340938d8f1d (diff)
downloadlibgnunetchat-d9ae2aff1dbefb80cdb64991ce60b7193ab16173.tar.gz
libgnunetchat-d9ae2aff1dbefb80cdb64991ce60b7193ab16173.zip
Adjusted makefile to fix some builds
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11600b5..577b83c 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ TESTS = test_gnunet_chat_handle.c
22 22
23LIBRARIES = gnunetarm\ 23LIBRARIES = gnunetarm\
24 gnunetfs\ 24 gnunetfs\
25 gnunetidentity\
25 gnunetmessenger\ 26 gnunetmessenger\
26 gnunetregex\ 27 gnunetregex\
27 gnunetutil 28 gnunetutil
@@ -31,7 +32,7 @@ GNU_LD ?= gcc
31GNU_RM ?= rm 32GNU_RM ?= rm
32DOXYGEN ?= doxygen 33DOXYGEN ?= doxygen
33 34
34CFLAGS += -fPIC -pedantic -Wall -Wextra -march=native -ggdb3 35CFLAGS += -fPIC -pedantic -Wall -Wextra -ggdb3
35LDFLAGS += -shared 36LDFLAGS += -shared
36 37
37DEBUGFLAGS = -O0 -D _DEBUG 38DEBUGFLAGS = -O0 -D _DEBUG