Pārlūkot izejas kodu

RPM: build with RelWithDebInfo instead of Release

ArseniyShestakov 10 gadi atpakaļ
vecāks
revīzija
0914bb3edf
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
 %setup -q -n %{name}-%{version}-1
 
 
 %build
 %build
-cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ./
+cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr ./
 make %{?_smp_mflags}
 make %{?_smp_mflags}
 
 
 %install
 %install