Skip to content

Commit b2e74b4

Browse files
committed
RPM: disable debug information
1 parent 7a93e9e commit b2e74b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Script/build_rpm_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@ if [ ! -f ~/rpmbuild/SOURCES/SerialPortAssistant.tar.gz ]; then
135135
git archive --format=tar.gz --prefix=SerialPortAssistant/ -o ~/rpmbuild/SOURCES/SerialPortAssistant.tar.gz HEAD
136136
fi
137137
export RabbitCommon_ROOT=${SOURCE_DIR}/RabbitCommon
138-
rpmbuild -bb Package/rpm/serialportassistant.spec
138+
rpmbuild --nodebuginfo -bb Package/rpm/serialportassistant.spec
139139

140140
popd

0 commit comments

Comments
 (0)