浏览代码

Changed Windows build command to build Release

Jim Miller 24 年之前
父节点
当前提交
1c44097f13
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmBuildCommand.cxx

+ 1 - 1
Source/cmBuildCommand.cxx

@@ -66,7 +66,7 @@ bool cmBuildCommand::Invoke(std::vector<std::string>& args)
     makecommand += "\"";
     makecommand += " ";
     makecommand += m_Makefile->GetProjectName();
-    makecommand += ".dsw /MAKE \"ALL_BUILD - Debug\" /REBUILD";
+    makecommand += ".dsw /MAKE \"ALL_BUILD - Release\" /REBUILD";
     }
   else
     {