On Mon, 2025-11-10 at 17:52 +0800, mengqinggang wrote: > Add support for call30 and change the default code model to medium.
/* snip */ > /* 5. Target code model */ > - t.cmodel = constrained.cmodel ? target->cmodel : CMODEL_NORMAL; This part should be removed as r16-5051 has already changed the default code model to a configure-time selected value (CMODEL_MEDIUM is used if the builder does not select one). -- Xi Ruoyao <[email protected]>
