diff options
| author | Alexey Gavrilov <90127298+rebovas@users.noreply.github.com> | 2024-03-31 15:38:24 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-31 15:38:24 +0700 |
| commit | 9ad5b9b6a1f8d641ac13f7c004afd6ea9bff50ee (patch) | |
| tree | 37f1488626d5bc16c085d0449c8ea99e277be150 /makefile | |
| parent | 18b4f9d1bff908fd91a48c1953ebcb8363855a59 (diff) | |
| parent | 744d1873856f55920aac96d207f8c170610de500 (diff) | |
Merge pull request #7 from rebovas/makefile_update
Makefile updates
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ SOURCE_FILES = $(CFILES) $(AFILES) OBJ_FILES = $(addprefix $(BDIR)/, $(addsuffix .o, $(basename $(SOURCE_FILES)))) INCLUDE = ./include -ifeq ($(DEBUG), true) +ifdef DEBUG CFLAGS := -g3 $(CFLAGS) AFLAGS := -g $(AFLAGS) QEMUFLAGS := -s -S $(QEMUFLAGS) |
