瀏覽代碼

Improved performance by removing implicit rules.

Berk Geveci 24 年之前
父節點
當前提交
67a5a82586
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Source/cmUnixMakefileGenerator.cxx

+ 1 - 0
Source/cmUnixMakefileGenerator.cxx

@@ -231,6 +231,7 @@ void cmUnixMakefileGenerator::OutputMakefile(const char* file)
   fout << "\n\n";
   fout << "# Suppresses display of executed commands\n";
   fout << ".SILENT:\n";
+  fout << ".SUFFIXES:\n";
   // create a make variable with all of the sources for this Makefile
   // for depend purposes.
   fout << "CMAKE_MAKEFILE_SOURCES = ";