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
commit70fb1016bc06339b9fc51bb4674c38e3190880cc (patch)
tree57ab7062f86aa4748c469c89e33ab661f405552d /makefile
parent77431ff603f2271da7f65b0d7784c10ee95d421e (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