mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	RPM: build with RelWithDebInfo instead of Release
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user