aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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