1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

RPM: build with RelWithDebInfo instead of Release

This commit is contained in:
ArseniyShestakov 2015-04-04 05:01:33 +03:00
parent e42ca15a0d
commit 0914bb3edf

View File

@ -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