Clean Up Debugging Statements

This commit is contained in:
W. Felix Handte
2022-01-05 16:13:00 -05:00
parent ef1f9e80ff
commit ff5d1daf33
2 changed files with 1 additions and 16 deletions
+1 -3
View File
@@ -306,9 +306,7 @@ zstd -d -f tmp.zst --no-check
if [ "$isWindows" = false ]; then
if [ -n "$(which readelf)" ]; then
println "test: check if binary has executable stack"
file "$ZSTD_BIN"
readelf -lW "$ZSTD_BIN"
println "test: check if binary has executable stack (#2963)"
readelf -lW "$ZSTD_BIN" | grep 'GNU_STACK .* RW ' || die "zstd binary has executable stack!"
fi
fi