aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-08-15 14:53:56 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-08-15 14:53:56 -0300
commit7ca3cfca6e683a318eedb907e4ba9c257d117b33 (patch)
treedd584a0f6732382b749ed26526fc3db0acc31931 /Makefile
parent20ca1cf66123c110cc14aa452a840e5f62cd74ff (diff)
downloadquerymanager-7ca3cfca6e683a318eedb907e4ba9c257d117b33.tar.gz
querymanager-7ca3cfca6e683a318eedb907e4ba9c257d117b33.zip
wrapping up for a public release
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87e38f0..3a8453d 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ LFLAGS = -Wl,-t
DEBUG ?= 0
ifneq ($(DEBUG), 0)
- CFLAGS += -g -O0
+ CFLAGS += -g -Og
else
CFLAGS += -O2
endif