]> git.gag.com Git - fw/sdcc/blob - Bcc.inc
Allow optimizer to replace params/locals in far space with registers for DS390 port
[fw/sdcc] / Bcc.inc
1 #Generic rules and options for building with Borland C++
2
3 OFLAGS = -6 -O2 -g0 -w-proto
4
5 .c.obj:
6         BCC32 -c $(OFLAGS) $(CFLAGS) $(CPPFLAGS) $<