diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-14 21:52:33 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-14 21:52:33 -0400 |
| commit | 401aa383e2972049210046c0bfd60171f707ae28 (patch) | |
| tree | 633e1c13388970b457cc6aaca5a73e7a421899be /Makefile | |
| parent | 75035a71a544821de0b397cfd5bacad5cf4da8fd (diff) | |
make DEBUG=1 logs all symbols in the .map and .sym files
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -67,6 +67,11 @@ tools: RGBASMFLAGS = -L -Weverything +# Create a sym/map for debug purposes if `make` run with `DEBUG=1` +ifeq ($(DEBUG),1) +RGBASMFLAGS += -E +endif + $(crystal_obj): RGBASMFLAGS += $(crystal11_obj): RGBASMFLAGS += -D _CRYSTAL11 $(crystal_au_obj): RGBASMFLAGS += -D _CRYSTAL11 -D _CRYSTAL_AU |
