Skip to content

Commit e5bbe02

Browse files
Enable debug builds.
1 parent 3b8b7e4 commit e5bbe02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ cp /repo/repo/* /root/rpmbuild/SOURCES
8282
rpmbuild -bb t2linux-config.spec
8383
rpmbuild -bb t2linux-repo.spec
8484
rpmbuild -bb python-blivet.spec
85-
rpmbuild -bb --with baseonly --without debug --without debuginfo --target=x86_64 kernel.spec
85+
rpmbuild -bb --target=x86_64 kernel.spec
8686
rpm --addsign /root/rpmbuild/RPMS/x86_64/*.rpm
8787

8888

0 commit comments

Comments
 (0)