Skip to content

Commit

Permalink
remove next-proto flag from core default compile flags
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Nov 2, 2023
1 parent 0808020 commit 48ed3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ SOROBAN_CLI_CRATE_VERSION=
RUST_TOOLCHAIN_VERSION=stable

# temporarily needed, builds core with soroban enabled features
CORE_COMPILE_CONFIGURE_FLAGS=--disable-tests --enable-next-protocol-version-unsafe-for-production
CORE_COMPILE_CONFIGURE_FLAGS=--disable-tests

# the final image name that is created in local docker images store for system test
SYSTEM_TEST_IMAGE=stellar/system-test:dev
Expand Down

0 comments on commit 48ed3c1

Please sign in to comment.