summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-06-19 14:40:30 +0200
committermetamuffin <metamuffin@disroot.org>2025-06-19 14:40:30 +0200
commitfbb4db921ec1cb59c9264aab78d4dd3a7ef6d030 (patch)
tree15cfaa9226ae06631780c003b42e5138f89cab83 /makefile
parentccda581933e02db4dd5297d7a1b84ab8b83416c3 (diff)
downloadattocc-fbb4db921ec1cb59c9264aab78d4dd3a7ef6d030.tar
attocc-fbb4db921ec1cb59c9264aab78d4dd3a7ef6d030.tar.bz2
attocc-fbb4db921ec1cb59c9264aab78d4dd3a7ef6d030.tar.zst
parse func decl head
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 07dcb29..436062c 100644
--- a/makefile
+++ b/makefile
@@ -1,7 +1,7 @@
.PHONY: all clean test
attocc: attocc.c
- cc -DDEBUG -O3 -o $@ $<
+ cc -O3 -o $@ $<
ALL = attocc attocc-small attocc-debug attocc-test attocc-test-opt