Skip to content

Commit 9414499

Browse files
committed
wip: remove flags that are likely not helping
1 parent 81c97a3 commit 9414499

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.docker/install-toolchain.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ for target_arch in ${TARGET_ARCH_STR//,/ }; do
117117
;;
118118
esac
119119

120-
export CFLAGS="-O${OPT} -ffunction-sections -fdata-sections -fmerge-all-constants -fomit-frame-pointer -fPIC"
121-
export CXXFLAGS="$CFLAGS -fno-semantic-interposition"
120+
export CFLAGS="-O${OPT} -ffunction-sections -fdata-sections -fmerge-all-constants -fPIC"
121+
export CXXFLAGS="$CFLAGS"
122122
export LDFLAGS="-Wl,--gc-sections"
123123

124124
SYSROOT="/opt/cross/O${OPT}"

0 commit comments

Comments
 (0)