aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorame <[email protected]>2024-08-31 16:32:15 -0500
committerame <[email protected]>2024-08-31 16:32:15 -0500
commit06ff4bff333283831b0389558b2617a9c2351413 (patch)
tree57ab7062f86aa4748c469c89e33ab661f405552d /makefile
parent431cc71855870c3bbbb21e5f72fd77c447d0ef53 (diff)
fix -O3 for sysvchecksum
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 5ceec4b..dcd7451 100644
--- a/makefile
+++ b/makefile
@@ -21,6 +21,9 @@ endif
all: $(TARGET)
+release: CFLAGS += -O3
+release: all
+
debug: CFLAGS += -g
debug: all