Skip to content

Add profiling and rts options to cpm

Mart Lubbers requested to merge add-options-to-cpm into master

This adds options for:

  • RTS command line flags (-rtsopts and -nrtsopts in clm)
  • Stack profiling (-tst, -ntst)
  • Time profiling (-pt, -npt)
  • Memory profiling (-mp, -nmp)

It also fixes a typo in the descexl option

Edited by Mart Lubbers

Merge request reports