aboutsummaryrefslogtreecommitdiff
path: root/config.env
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2024-05-27 23:24:19 +0100
committerJuan J. Martinez <jjm@usebox.net>2024-05-27 23:24:19 +0100
commit703ab56587aac0d79ccc0f72f2b8d9ee235e20a5 (patch)
tree32b186dc14c56fe19c004a403eeaaf7e2dd0b10f /config.env
parent420ac2c8f2307ddcbe551972544bbe11f05ee7ff (diff)
downloadubox-msx-lib-703ab56587aac0d79ccc0f72f2b8d9ee235e20a5.tar.gz
ubox-msx-lib-703ab56587aac0d79ccc0f72f2b8d9ee235e20a5.zip
Use SDCC's new calling convention
(this is an ABI breaking change, and will require changes to user-written asm functions or their declarations)
Diffstat (limited to 'config.env')
-rw-r--r--config.env4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.env b/config.env
index 3cdc92c..32c6bb3 100644
--- a/config.env
+++ b/config.env
@@ -3,5 +3,5 @@
# Size of the resulting ROM
ROM_MAX=0x8000
-# uncomment for sdcc 4.2.0 or later
-#EXTRA_CFLAGS += --sdcccall 0
+# To add extra flags
+#EXTRA_CFLAGS += ???