Skip to content

Commit

Permalink
PKG-191 PS 8.4 glibc 2.34 debug tar ball mising
Browse files Browse the repository at this point in the history
  • Loading branch information
adivinho committed Sep 24, 2024
1 parent f0349ab commit 420ac1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build-ps/build-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,9 @@ if [ -n "$(command -v rpm)" ]; then
if test "x$CMAKE_BUILD_TYPE" = "xDebug"
then
COMMON_FLAGS=`echo " ${COMMON_FLAGS} " | \
sed -e 's/ -O[0-9]* / /' \
-e 's/-Wp,-D_FORTIFY_SOURCE=2/ /' \
sed -e 's/-Wall/-Wall -Wno-error=stringop-overflow -Wno-error=restrict -Wno-error=maybe-uninitialized -Wno-error=array-bounds -Wno-error=alloc-size-larger-than= -Wno-error=stringop-truncation/' \
# sed -e 's/ -O[0-9]* / /' \
-e 's/-Wp,-D_FORTIFY_SOURCE=2//' \
-e 's/ -unroll2 / /' \
-e 's/ -ip / /' \
-e 's/^ //' \
Expand Down

0 comments on commit 420ac1e

Please sign in to comment.