mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-23 21:14:50 +00:00
fix: basalt build parallel level back to 2
This commit is contained in:
parent
ce99220c3f
commit
b2ea86211e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ pub fn get_build_basalt_jobs(profile: &Profile, clean_build: bool) -> VecDeque<W
|
|||
);
|
||||
|
||||
let mut cmake_env: HashMap<String, String> = HashMap::new();
|
||||
cmake_env.insert("CMAKE_BUILD_PARALLEL_LEVEL".into(), "15".into());
|
||||
cmake_env.insert("CMAKE_BUILD_PARALLEL_LEVEL".into(), "2".into());
|
||||
cmake_env.insert("CMAKE_BUILD_TYPE".into(), "RelWithDebInfo".into());
|
||||
cmake_env.insert("BUILD_TESTS".into(), "off".into());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue