diff options
| author | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2024-12-25 21:26:37 -0500 |
|---|---|---|
| committer | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2024-12-25 21:26:37 -0500 |
| commit | aa777f3826f0890ac0b5ad3741f908f5d90259cd (patch) | |
| tree | d875c16f5efb2cde9d73dfe68f4f15a923d73064 | |
| parent | Use RGBDS 0.9.0 (#123) (diff) | |
| download | pokeyellow-aa777f3826f0890ac0b5ad3741f908f5d90259cd.tar.gz pokeyellow-aa777f3826f0890ac0b5ad3741f908f5d90259cd.tar.xz pokeyellow-aa777f3826f0890ac0b5ad3741f908f5d90259cd.zip | |
Remove `-Wnumeric-string=2`
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ tools: $(MAKE) -C tools/ -RGBASMFLAGS = -Q8 -P includes.asm -Weverything -Wnumeric-string=2 -Wtruncation=1 +RGBASMFLAGS = -Q8 -P includes.asm -Weverything -Wtruncation=1 # Create a sym/map for debug purposes if `make` run with `DEBUG=1` ifeq ($(DEBUG),1) RGBASMFLAGS += -E |
