aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-24 21:31:59 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitcb143299411851667a8e3aae4d7a55f729694b12 (patch)
tree3add82c4e7a893d0a7068b59d91033c861d05e2e /Makefile
parentcf921b2e647136dc34568e0fff78b67c14c8e2fa (diff)
This is the basic idea, there's ≥ 1 bug (generates illegals...)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b0b6a2..eacaff8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
IDIR=include
DEFINES=-DDETERMINISTIC
-CFLAGS=-O3 -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) -lm
+CFLAGS=-g -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) -lm
LIBS=
SRCS=$(wildcard include/*.c)