blob: d40690f2da6a2bff3ebd3e7e841588ef2324abb5 (
plain)
1
2
3
4
5
6
|
# genautomata requires more than 256MB of data
build/genautomata : override LDFLAGS += -Wl,-bmaxdata:0x20000000
# jc1 requires more than 256MB of data
$(COMPILERS) : override LDFLAGS += -Wl,-bmaxdata:0x40000000
|