aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-07-11 11:55:03 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-07-11 11:55:03 -0300
commit3ab6d1d312e2b1ecbd858be56bd7a5d6bc451a85 (patch)
tree8418bf31a3578cbe9f5fb6406054360f42e6cd18 /Makefile
parent8dbd1d39e3dbd1276e2351070a0645c5e973da9e (diff)
downloadquerymanager-3ab6d1d312e2b1ecbd858be56bd7a5d6bc451a85.tar.gz
querymanager-3ab6d1d312e2b1ecbd858be56bd7a5d6bc451a85.zip
implement more queries + overall improvements
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ca7ce70..de46d42 100644
--- a/Makefile
+++ b/Makefile
@@ -11,10 +11,8 @@ LFLAGS = -Wl,-t
DEBUG ?= 0
ifneq ($(DEBUG), 0)
CFLAGS += -g -O0
- CXXFLAGS += -g -O0
else
CFLAGS += -O2
- CXXFLAGS += -O2
endif
$(BUILDDIR)/$(OUTPUTEXE): $(BUILDDIR)/connections.obj $(BUILDDIR)/database.obj $(BUILDDIR)/querymanager.obj $(BUILDDIR)/sqlite3.obj