aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2023-06-12 12:07:17 +0200
committerlemon <lsof@mailbox.org>2023-06-12 12:10:47 +0200
commit984b74da895d7155f68434be9cc9b6d49a77abec (patch)
treef8748466b274abd172a1491a6b45cb8dcbfe7d32 /Makefile
parent1139df03b0edbf08deb9aa26ade3776be3c1e180 (diff)
register renaming and such
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ce0ce7..ef6dcab 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ OBJ=$(patsubst %.c,obj/%.o,$(SRC))
DEP=$(OBJ:.o=.d)
OUT=cchomp
-all: CFLAGS += -g -Og
+all: CFLAGS += -g
all: $(OUT)
opt: CFLAGS += -O2