Browse Source

RPM: build with RelWithDebInfo instead of Release

ArseniyShestakov 10 years ago
parent
commit
0914bb3edf
1 changed files with 1 additions and 1 deletions
  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