summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-11-23 20:42:11 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2021-11-23 20:42:11 -0500
commit0071d0600f0411c878e6fde190218e74592811c1 (patch)
treec8f28326131cec8e8bf0599dc67b15703749114b /Makefile
parent98a6bb8b09a52f7c26e28a814a29bb33c6937f67 (diff)
Require rgbds 0.5.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 994d1c88..e04ad8ca 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ tools:
$(MAKE) -C tools/
-RGBASMFLAGS = -L -Weverything
+RGBASMFLAGS = -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