mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
feat: small changes to basalt build
This commit is contained in:
parent
2a2365e61a
commit
ce99220c3f
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@ 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(), "2".into());
|
||||
cmake_env.insert("CMAKE_BUILD_PARALLEL_LEVEL".into(), "15".into());
|
||||
cmake_env.insert("CMAKE_BUILD_TYPE".into(), "RelWithDebInfo".into());
|
||||
cmake_env.insert("BUILD_TESTS".into(), "off".into());
|
||||
|
||||
let cmake = Cmake {
|
||||
env: Some(cmake_env),
|
||||
|
|
Loading…
Add table
Reference in a new issue