Skip to content

Commit

Permalink
[Tool] Remove debug info
Browse files Browse the repository at this point in the history
Signed-off-by: Moonm3n <[email protected]>
  • Loading branch information
Moonm3n committed Aug 25, 2023
1 parent d3eb372 commit 0da2c5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions thirdparty/build-thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ build_thrift() {

# llvm
build_llvm() {
export CFLAGS="-O3 -fno-omit-frame-pointer -std=c99 -D_POSIX_C_SOURCE=199309L"
export CXXFLAGS="-O3 -fno-omit-frame-pointer -Wno-class-memaccess"

LLVM_TARGET="X86"
if [[ "${MACHINE_TYPE}" == "aarch64" ]]; then
LLVM_TARGET="AArch64"
Expand Down

0 comments on commit 0da2c5d

Please sign in to comment.