summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na@python.org>2023-01-24 10:22:00 (GMT)
committerGitHub <noreply@github.com>2023-01-24 10:22:00 (GMT)
commita958e7d35af191c354a3e89a1236e830b1e46029 (patch)
tree1c82564f35e46da2c3d365ccd060da3203232283 /configure
parent8c183cddd3d0031c6d397738f73c20ee6bf61ce8 (diff)
downloadcpython-a958e7d35af191c354a3e89a1236e830b1e46029.zip
cpython-a958e7d35af191c354a3e89a1236e830b1e46029.tar.gz
cpython-a958e7d35af191c354a3e89a1236e830b1e46029.tar.bz2
gh-101278: Drop -gdwarf-4 flag from the BOLT build (gh-101280)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 709913d..8b707cd 100755
--- a/configure
+++ b/configure
@@ -7961,9 +7961,6 @@ fi
CFLAGS_NODIST="$CFLAGS_NODIST -fno-pie"
# We want to add these no-pie flags to linking executables but not shared libraries:
LINKCC="$LINKCC -fno-pie -no-pie"
- # Designate the DWARF version into 4 since the LLVM-BOLT does not support DWARF5 yet.
- CFLAGS="$CFLAGS -gdwarf-4"
- LDFLAGS="$LDFLAGS -gdwarf-4"
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}llvm-bolt", so it can be a program name with args.