Skip to content

Commit 74a90ef

Browse files
committed
wip: test -fomit-frame-pointer
1 parent dcbcf08 commit 74a90ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.docker/install-static-libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ elif [[ "$PKGS" == ":all" ]]; then
5555
PKGS="benchmark,boost,brotli,cpptrace,date,double-conversion,flac,fmt,fuse,fuse3,glog,jemalloc,libarchive,libdwarf,libevent,libucontext,libunwind,libressl,lz4,mimalloc,nlohmann,openssl,parallel-hashmap,range-v3,utfcpp,xxhash,xz,zstd"
5656
fi
5757

58-
export COMMON_CFLAGS="-ffunction-sections -fdata-sections -fmerge-all-constants"
58+
export COMMON_CFLAGS="-ffunction-sections -fdata-sections -fmerge-all-constants -fomit-frame-pointer"
5959
export COMMON_CXXFLAGS="$COMMON_CFLAGS"
6060
export COMMON_LDFLAGS="-fuse-ld=mold -static-libgcc"
6161

0 commit comments

Comments
 (0)