diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-07-11 11:55:03 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-07-11 11:55:03 -0300 |
| commit | 3ab6d1d312e2b1ecbd858be56bd7a5d6bc451a85 (patch) | |
| tree | 8418bf31a3578cbe9f5fb6406054360f42e6cd18 /Makefile | |
| parent | 8dbd1d39e3dbd1276e2351070a0645c5e973da9e (diff) | |
| download | querymanager-3ab6d1d312e2b1ecbd858be56bd7a5d6bc451a85.tar.gz querymanager-3ab6d1d312e2b1ecbd858be56bd7a5d6bc451a85.zip | |
implement more queries + overall improvements
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |
