mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-09-29 20:58:42 +00:00
fix: separate debugbuild option to build in debug mode
This commit is contained in:
parent
09172d6f6c
commit
7e27614fb8
2 changed files with 11 additions and 4 deletions
|
@ -8,3 +8,10 @@ option(
|
|||
value: 'default',
|
||||
description: 'The build profile. One of "default" or "development".'
|
||||
)
|
||||
|
||||
option(
|
||||
'debugbuild',
|
||||
type: 'boolean',
|
||||
value: false,
|
||||
description: 'Build in debug mode, false by default.'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue