We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70709a6 commit 5bb36a1Copy full SHA for 5bb36a1
deps-packaging/pkg-build-rpm
@@ -117,6 +117,8 @@ fi
117
# We asked in https://github.com/rpm-software-management/rpm/issues/3982, and it seems allowing this is OK
118
# 0x0002 - contains an invalid RPATH - in our case /var/cfengine/lib is OK so allow it as an exception
119
export QA_RPATHS=$(( 0x0002 ))
120
+export CFLAGS="-g2 -O1"
121
+export CXXFLAGS="-g2 -O1"
122
eval rpmbuild -bb \
123
--define "'_topdir $BASEDIR/$PKGNAME'" \
124
--define "'version $VERSION'" \
0 commit comments