Skip to content

Commit

Permalink
Enable frame pointer by default in GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
dutor committed Jul 6, 2020
1 parent c78b51b commit 536f159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-gcc
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ function configure_gcc {
--build=$triplet \
--host=$triplet \
--target=$triplet \
--enable-frame-pointer \
--disable-werror
[[ $? -ne 0 ]] && { echo "Failed to configure GCC" 1>&2; exit 1; }
cd $OLDPWD
Expand Down

0 comments on commit 536f159

Please sign in to comment.