diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-08-15 14:53:56 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-08-15 14:53:56 -0300 |
| commit | 7ca3cfca6e683a318eedb907e4ba9c257d117b33 (patch) | |
| tree | dd584a0f6732382b749ed26526fc3db0acc31931 /Makefile | |
| parent | 20ca1cf66123c110cc14aa452a840e5f62cd74ff (diff) | |
| download | querymanager-7ca3cfca6e683a318eedb907e4ba9c257d117b33.tar.gz querymanager-7ca3cfca6e683a318eedb907e4ba9c257d117b33.zip | |
wrapping up for a public release
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ LFLAGS = -Wl,-t DEBUG ?= 0 ifneq ($(DEBUG), 0) - CFLAGS += -g -O0 + CFLAGS += -g -Og else CFLAGS += -O2 endif |
