Skip to content

Commit

Permalink
fixing ubuntu 18 & 20 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dimas1185 committed Jan 24, 2023
1 parent 37f7e36 commit b7a0f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ include_directories(${LLVM_BINDIR}/include)
link_directories(${LLVM_LIBRARY_DIRS})
add_definitions(${LLVM_DEFINITIONS})

set(CMAKE_CXX_STANDARD 17)
set(EOSIO_STACK_SIZE 8192)
set(ENABLE_NATIVE_COMPILER TRUE)

Expand Down

0 comments on commit b7a0f32

Please sign in to comment.