From d1cba5e653170c09f6eef8764b71038492a5850f Mon Sep 17 00:00:00 2001 From: xwx1135370 Date: Tue, 16 Jul 2024 10:00:29 +0800 Subject: [PATCH] [Build][LLDB][AArch64 Host] Improve the compilation configuration of aarch64 for Python 3.11.4 cross compilation Issue: https://gitee.com/openharmony/third_party_llvm-project/issues/IAD822?from=project-issue Test: LLVM toolchain compilation and verification of LLDB's Python extension functionality Signed-off-by: xwx1135370 --- llvm-build/python_builder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm-build/python_builder.py b/llvm-build/python_builder.py index f0a42cd8606f..d09ae7a4cbe3 100755 --- a/llvm-build/python_builder.py +++ b/llvm-build/python_builder.py @@ -314,7 +314,6 @@ class OHOSPythonBuilder(PythonBuilder): 'ac_cv_file__dev_ptmx=no', 'ac_cv_file__dev_ptc=no', '--without-system-ffi', - '--enable-optimizations', '--without-pydebug', '--without-doc-strings', '--without-dtrace', -- Gitee