Skip to content

Commit a958e7d

Browse files
authored
gh-101278: Drop -gdwarf-4 flag from the BOLT build (gh-101280)
1 parent 8c183cd commit a958e7d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

configure

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,9 +1952,6 @@ if test "$Py_BOLT" = 'true' ; then
19521952
CFLAGS_NODIST="$CFLAGS_NODIST -fno-pie"
19531953
# We want to add these no-pie flags to linking executables but not shared libraries:
19541954
LINKCC="$LINKCC -fno-pie -no-pie"
1955-
# Designate the DWARF version into 4 since the LLVM-BOLT does not support DWARF5 yet.
1956-
CFLAGS="$CFLAGS -gdwarf-4"
1957-
LDFLAGS="$LDFLAGS -gdwarf-4"
19581955
AC_SUBST(LLVM_BOLT)
19591956
AC_PATH_TOOL(LLVM_BOLT, llvm-bolt, '', ${llvm_path})
19601957
if test -n "${LLVM_BOLT}" -a -x "${LLVM_BOLT}"

0 commit comments

Comments
 (0)