mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 02:07:55 +00:00
fix the LLVM builder with new toolchains
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
@@ -22,6 +22,7 @@ Supported `polkadot-sdk` rev: `2503.0.1`
|
||||
- The `emsdk` version is now `4.0.9`
|
||||
|
||||
### Fixed
|
||||
- The LLVM builder with newer toolchains.
|
||||
|
||||
## v0.1.0-dev.16
|
||||
|
||||
|
||||
@@ -8,8 +8,9 @@ use std::path::Path;
|
||||
use std::process::Command;
|
||||
|
||||
/// The build options shared by all platforms.
|
||||
pub const SHARED_BUILD_OPTS: [&str; 21] = [
|
||||
pub const SHARED_BUILD_OPTS: [&str; 22] = [
|
||||
"-DPACKAGE_VENDOR='Parity Technologies'",
|
||||
"-DCMAKE_CXX_FLAGS='-include cstdint -include stdint.h'",
|
||||
"-DCMAKE_BUILD_WITH_INSTALL_RPATH=1",
|
||||
"-DLLVM_BUILD_DOCS='Off'",
|
||||
"-DLLVM_INCLUDE_DOCS='Off'",
|
||||
|
||||
Reference in New Issue
Block a user