Skip to content

MNT: Minor updates to build system

  • Add support for .c++ as a source-file suffix.
  • Tweak to C/C++ dependency file generation - now if a dependency file has changed, the object file is not re-built. This is useful for CUDA projects where the same source file may be compiled more than once for CPU and GPU builds. In this case the dependency file will be re-generated, but we only want object files to be recompiled if the source file has changed, not the dependency file.

Merge request reports

Loading