aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-11-21 04:14:05 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2021-11-21 04:14:05 +0100
commita59f8fc86118a2cc871e1ad50140e9187ca488d9 (patch)
tree8ae6a2b43f3b2e6d52ba423a4ca92add5bc6200a
parent39f27418afa22e63019aa569473b0ee12ff7eb7d (diff)
downloadmessenger-gtk-a59f8fc86118a2cc871e1ad50140e9187ca488d9.tar.gz
messenger-gtk-a59f8fc86118a2cc871e1ad50140e9187ca488d9.zip
Adjusted makefile to fix some builds
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 33fb583..0aa9906 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ GNU_CC ?= gcc
26GNU_LD ?= gcc 26GNU_LD ?= gcc
27GNU_RM ?= rm 27GNU_RM ?= rm
28 28
29CFLAGS += -pedantic -Wall -Wextra -march=native -ggdb3 29CFLAGS += -pedantic -Wall -Wextra -ggdb3
30LDFLAGS += 30LDFLAGS +=
31 31
32DEBUGFLAGS = -O0 -D _DEBUG 32DEBUGFLAGS = -O0 -D _DEBUG