Use ~X instead of $ff ^ X

This commit is contained in:
Rangi 2021-11-23 21:00:07 -05:00
parent 865d37e02a
commit 09e92c554c
6 changed files with 8 additions and 8 deletions

View file

@ -58,7 +58,7 @@ tools:
$(MAKE) -C tools/
RGBASMFLAGS = -h -L -Weverything
RGBASMFLAGS = -h -L -Weverything -Wnumeric-string=2 -Wtruncation=1
# Create a sym/map for debug purposes if `make` run with `DEBUG=1`
ifeq ($(DEBUG),1)
RGBASMFLAGS += -E