blob: d9b3bbdb536bc9c03392eeb1645eb6d90a6d3c56 (
plain)
1
2
3
4
5
6
7
|
# This env file controls some parameters of the build/test system
# Size of the resulting ROM
ROM_MAX=0x8000
# uncomment for sdcc-20211031-12748 or later
#EXTRA_CFLAGS += --sdcccall 0
|