fix the LLVM builder with new toolchains

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
Cyrill Leutwiler
2025-05-27 08:06:08 +02:00
parent 3389865af7
commit 0c155d3f57
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -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
+2 -1
View File
@@ -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'",