Re: comment enregistrer les commandes de compilation ? (C++, GCC récent) du moteur RefPerSys

Sébastien Dinot <[email protected]>
Newsgroups gmane.linux.debian.user.french
Message-ID <[email protected]>
Le 2026-08-09 17:08, Claire Ivanenka a écrit :
> Bien vue, peut-être un Makefiles

C'est une solution possible. Mais en 2026, on préfèrera :
* Une configuration du build via CMake et le recours à des Presets (pour 
faire court, le Preset contient les options de CMake)
   * https://cmake.org/
   * https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html
   * https://www.nunonogueira.com/cmake/cmake-presets
* Une automatisation du build avec Ninja Build (bien plus rapide que 
Make, le gain étant observable même sur un petit projet) :
   * https://ninja-build.org/

Sébastien
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.