浏览代码

RPM: build with RelWithDebInfo instead of Release

ArseniyShestakov 10 年之前
父节点
当前提交
0914bb3edf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rpm/vcmi.spec

+ 1 - 1
rpm/vcmi.spec

@@ -41,7 +41,7 @@ VCMI is an open-source project aiming to reimplement HoMM3 game engine, giving i
 %setup -q -n %{name}-%{version}-1
 
 %build
-cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ./
+cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr ./
 make %{?_smp_mflags}
 
 %install