Skip to content

Commit

Permalink
revert static libstdc++ linking and disable a feature
Browse files Browse the repository at this point in the history
  • Loading branch information
anwayde authored and mmcgee-jump committed Apr 25, 2024
1 parent e54dbb4 commit 800f8ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config/extra/with-gcc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LD:=g++
# FD_USING_CLANG should not be both set simultaneously

CPPFLAGS+=-DFD_USING_GCC=1
LDFLAGS+=-static-libgcc -static-libstdc++
LDFLAGS+=-static-libgcc

FD_USING_GCC:=1

1 change: 0 additions & 1 deletion src/app/fddev/configure/genesis.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ default_enable_features( fd_features_t * features ) {
features->enable_big_mod_exp_syscall = 0UL;
features->enable_alt_bn128_compression_syscall = 0UL;
features->update_hashes_per_tick2 = 0UL;
features->include_loaded_accounts_data_size_in_fee_calculation = 0UL;
features->bpf_account_data_direct_mapping = 0UL;
features->relax_authority_signer_check_for_lookup_table_creation = 0UL;
features->update_hashes_per_tick6 = 0UL;
Expand Down

0 comments on commit 800f8ba

Please sign in to comment.