Hello,
i used Gitlab as a versioni control. When I clone a project from the repository in other computer, some of the CCS build options from the project are not loaded well. The most concerning is the optimization level, because it can give a lot serious problems if I don't remember to configure it again manually. Another issue is that the include options are also not loaded properly.
I think I track all the needed files (i have followed this https://software-dl.ti.com/ccs/esd/documents/sdto_ccs_source-control.html#files-to-check-in), and when I make changes, for example in the optimization, the .cproject and the .mk files are updated properly in the repository.
Any idea?