chore: use CMake build type in Lake core build (#10581)
This PR alters the core build Lake configuration file to use the `CMAKE_BUILD_TYPE` for Lake's `buildType`.
This commit is contained in:
parent
18832eb600
commit
b37d2ce2b9
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ bootstrap = true
|
|||
|
||||
defaultTargets = ["Init", "Std", "Lean", "Lake", "LakeMain", "Leanc"]
|
||||
|
||||
# Ensure that Lake and CMake agree on the build type (e.g., `Release`, `Debug`)
|
||||
buildType = "${CMAKE_BUILD_TYPE}"
|
||||
|
||||
# The root of all the compiler output directories
|
||||
buildDir = "${CMAKE_BINARY_DIR}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue