Skip to content

Commit

Permalink
chore: update evm
Browse files Browse the repository at this point in the history
  • Loading branch information
kstdl committed Apr 24, 2024
1 parent e8b3dc5 commit 7487c78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"initial_balances": {
"2cd4da7d3b345e022ca7e997c2bb3276a4d3d2e9": "0x1027e72f1f12813088000000",
"7e4aa664f71de4e9d0b4a6473d796372639bdcde": "0x27e72f1f12813088000000",
"fF310642f352E0b6b5266CE492e91D6af1241F41": "0x27e72f1f12813088000000с"
"fF310642f352E0b6b5266CE492e91D6af1241F41": "0x27e72f1f12813088000000"
},
"gas_price": {
"blocks": 200,
Expand Down
2 changes: 1 addition & 1 deletion submodules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ else()
set(EVM_LIBRARY_NAME ${CMAKE_SHARED_LIBRARY_PREFIX}taraxaevm${CMAKE_SHARED_LIBRARY_SUFFIX})
endif()
## go env settings
set(EVM_BUILD_ENV CGO_CFLAGS_ALLOW='.*' CGO_CXXFLAGS_ALLOW='.*' CGO_CXXFLAGS=\"-O3\" CGO_CFLAGS=\"${EVM_BUILD_CGO_CFLAGS}\" CGO_LDFLAGS=\"${EVM_BUILD_LD}\" CACHE INTERNAL "")
set(EVM_BUILD_ENV CGO_CFLAGS_ALLOW='.*' CGO_CXXFLAGS_ALLOW='.*' CGO_CXXFLAGS=\"-O3\" CGO_CFLAGS=\"${EVM_BUILD_CGO_CFLAGS}\" CGO_LDFLAGS=\"$CGO_LDFLAGS ${EVM_BUILD_LD}\" CACHE INTERNAL "")
## add build command
set(EVM_BUILD_COMMAND cd taraxa/C && ${EVM_BUILD_ENV} go build -buildvcs=false -buildmode=c-archive -o ${EVM_BUILD_DIR}/${EVM_LIBRARY_NAME})
## cp headers into `taraxa-evm/include`
Expand Down
2 changes: 1 addition & 1 deletion submodules/taraxa-evm

0 comments on commit 7487c78

Please sign in to comment.