Skip to content

Commit

Permalink
Try gdwarf-3 compile flags
Browse files Browse the repository at this point in the history
  • Loading branch information
NoMore201 committed Oct 16, 2024
1 parent 258811c commit 3d01453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-toolchain
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ PARALLEL_JOBS=$(nproc)
export PATH="$INSTALL_FOLDER/bin:$PATH"

# set default build flags if not available in env
CFLAGS="${CFLAGS:--O2}"
CXXFLAGS="${CXXFLAGS:--O2}"
CFLAGS="${CFLAGS:--O2 -gdwarf-3}"
CXXFLAGS="${CXXFLAGS:--O2 -gdwarf-3}"
LDFLAGS="${LDFLAGS:--static -s}"

print_usage() {
Expand Down

0 comments on commit 3d01453

Please sign in to comment.