summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-11-23 21:00:07 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2021-11-23 21:00:07 -0500
commit09e92c554c7563b52a9484b26d96d903c7635b0d (patch)
tree6a992ea21650f5841bb8b60f7937986a4f8da38b /Makefile
parent865d37e02ad6af386e7f596659ebec12266be3ce (diff)
Use ~X instead of $ff ^ X
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d432ec9..fb1122ca 100644
--- a/Makefile
+++ b/Makefile
@@ -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